Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
Checking which constants aren't being returned:
-
getConstant('VALIDATION_MESSAGE_PASSWORDS_MATCH') is being called by app/javascript/src/utils/passwordHelper.js. However, the key VALIDATION_MESSAGE_PASSWORDS_MATCH does not exist in constants_json (app/views/layouts/application.html.erb).
-
REQUIRED_FIELD_TEXT does exist in constants_json. However, app/javascript/src/utils/requiredField.js is calling getConstant('REQUIRED_FIELD_TEXT') before the constant is loaded to constants.js.

Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
Checking which constants aren't being returned:
getConstant('VALIDATION_MESSAGE_PASSWORDS_MATCH')is being called byapp/javascript/src/utils/passwordHelper.js. However, the keyVALIDATION_MESSAGE_PASSWORDS_MATCHdoes not exist inconstants_json(app/views/layouts/application.html.erb).REQUIRED_FIELD_TEXTdoes exist inconstants_json. However,app/javascript/src/utils/requiredField.jsis callinggetConstant('REQUIRED_FIELD_TEXT')before the constant is loaded toconstants.js.