Skip to content

Commit f4afa47

Browse files
author
Vikas Agarwal
committed
Github issue#1891, Project reference code isn't showing in SFDC
— Increased ref code limit to 32
1 parent 0d0606d commit f4afa47

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)