-
Type:
Bug
-
Status: New
-
Priority:
Medium
-
Resolution: Unresolved
-
Affects Version/s: 3.27.0
-
Fix Version/s: None
-
Labels:
-
Notability:3
SYMPTOM:
Granting a role to a LDAP or SAML user, then clicking "Discard" button generates a javascript error:
REPRODUCE STEPS:
- Setup Nexus 3.27 with LDAP (or SAML)
- Pick a LDAP user and add some role, eg: nx-anonymous
- Do not click [ Save ], but click [ Discard ]
EXPECTED BEHAVIOUR:
No javascript error.
ACTUAL BEHAVIOUR:
Javascript error:
Uncaught TypeError: CreateListFromArrayLike called on non-object (http://hostname:8081/static/rapture/baseapp-prod.js?_v=xxxx&_e=PRO:1)
Also, after this error, other pages do not render properly, so that browser reload is required.