Skip to content

Commit fe072e4

Browse files
author
vikasrohit
authored
Merge pull request #1897 from appirio-tech/hotfix/refcode_length_increase
Github issue#1891, Project reference code isn't showing in SFDC
2 parents 0d0606d + f4afa47 commit fe072e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export const SALESFORCE_PROJECT_LEAD_LINK = process.env.SALESFORCE_PROJECT_LEAD_
298298
export const TC_NOTIFICATION_URL = process.env.TC_NOTIFICATION_URL || TC_API_URL
299299

300300
export const PROJECT_NAME_MAX_LENGTH = 255
301-
export const PROJECT_REF_CODE_MAX_LENGTH = 7
301+
export const PROJECT_REF_CODE_MAX_LENGTH = 32
302302

303303
export const PROJECT_FEED_TYPE_PRIMARY = 'PRIMARY'
304304
export const PROJECT_FEED_TYPE_MESSAGES = 'MESSAGES'

0 commit comments

Comments
 (0)