Description of problem: When trying to add new user role, the dialog box displays are missing and "new role" window cannot be closed. In order to return to engine UI, browser refresh/reopen is needed. This issue prevents administrator from creating new user role. Version-Release number of selected component (if applicable): rhevm-3.5.1-0.1.el6ev How reproducible: Consistently Steps to Reproduce: 1. Open RHEVM administrator portal and navigate to: configure > roles > new 2. 3. Actual results: Dialog box displays does not appear, so user roles cannot be created. "new user" window cannot be closed. Expected results: Dialog box displays should appear and new user role should be configurable. Additional info: Screenshot attached.
Created attachment 997852 [details] new role screenshot
Created attachment 998534 [details] screen-shot: javascript exception in 3.5
Created attachment 998535 [details] screen-shot: javascript warning in latest ovirt master
patch https://gerrit.ovirt.org/#/c/36597/ added a new Action-Group (DISK_LIVE_STORAGE_MIGRATION) without adding a matching entry ("ActionGroup___DISK_LIVE_STORAGE_MIGRATION") to LocalizedEnums. this causes the javascript exception seen in attachment 998534 [details], which leads to a faulty rendering of the New Role dialog. BTW, in ~latest ovirt master, there is a javascript warning (see attachment 998535 [details]) rather than a javascript error (not sure why), and the dialog is rendered successfully.
(In reply to Einav Cohen from comment #4) > patch https://gerrit.ovirt.org/#/c/36597/ added a new Action-Group > (DISK_LIVE_STORAGE_MIGRATION) without adding a matching entry > ("ActionGroup___DISK_LIVE_STORAGE_MIGRATION") to LocalizedEnums. > this causes the javascript exception seen in attachment 998534 [details], > which leads to a faulty rendering of the New Role dialog. > > BTW, in ~latest ovirt master, there is a javascript warning (see attachment > 998535 [details]) rather than a javascript error (not sure why), and the > dialog is rendered successfully. It looks like in upstream we only use keys instead of values, while in branch 3.5 we do translate those keys.
I've added a separate bug on that issue at https://bugzilla.redhat.com/1199753
Tested using ovirt-engine-3.6.0-0.0.master.20150412172306.git55ba764
RHEV 3.6.0 has been released, setting status to CLOSED CURRENTRELEASE