Issue
In New York, User selects a project card on the project workspace
Observed behaviour: User is redirected to the home page
Expected behaviour : User should be directed to the Analytics tab of the Project Workspace
Steps to reproduce:
Navigate to Projects > Project Workspace
Click on one of the projects, Analytics tab of the project workspace displays briefly
then user is redirected to the Home Page
Observed the following in the debug log:
---------------------
14:04:45.725 Javascript compiler exception: missing ; before statement (; line 1) in: Select a project from dropdown
Warning
14:04:45.726 Javascript compiler exception: missing ; before statement (; line 1) in: Select a date from dropdown
...
org.mozilla.javascript.gen.sys_script_include_4c5aa47787f332008b9b3a0548cb0b06_script_79701._c_anonymous_5(sys_script_include.4c5aa47787f332008b9b3a0548cb0b06.script:47)
org.mozilla.javascript.gen.sys_script_include_4c5aa47787f332008b9b3a0548cb0b06_script_79701.call(sys_script_include.4c5aa47787f332008b9b3a0548cb0b06.script)
-----------------
Release
New York
Cause
Script Include : "PMViewDataUtils" has been customised
Resolution
Script Include : "PMViewDataUtils" was reverted to base system and the issue resolved