Trying to create a link in the Links module on a project might fail if I have the Locale of the user is set to "Norwegian".
STEPS TO REPRODUCE
1. Set Locale to Norwegian,
2. Navigate to Links modue on a Project.
Click on "New Link"
3. Fill in details of the Link
URL
Name
4. Click on Done.
Expected Results: The new link to be created.
Actual Results: The window for creation disappears, but the link is not created.
Clarity PPM 16.2.0
Tracing the browser using Dev Tools, in the console appears there is a missing bundle for the Norwegian locale on ppm-lib
---
ContentScript.js:6 onChange started
ContentScript.js:6 onChange completed
ppm-lib-a407f5147e.min.js:742 Uncaught Error: E_MISSING_BUNDLE: {"locale":"no"}
---
This is resolved as from Clarity PPM 16.2.1