Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.5
-
None
Description
Proceed to step 4 of security wizard, click on "Start Services" or "Stop Services" link.
Result: popup window is shown with empty content
This bug was happening due to js error "Uncaught TypeError: Cannot call method 'filterProperty' of null" in setBackgroundOperationHeader: function
After background operation (host popup) popup was optimized for better peformace on large cluster this error showed up. New function on setting popup header, did not account that this popup (HostPopup) is used not only in BG operations, but also in security wizard.