yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #17953
[Bug 1336560] Re: cannot add users to a group
** Changed in: horizon
Status: Fix Committed => Fix Released
** Changed in: horizon
Milestone: None => juno-2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1336560
Title:
cannot add users to a group
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
Steps to reproduce:
1) Create a group
2) Modify the group members
3) click the add button
(the add button fails to do anything)
The problem is somewhere around the _modal_form_add_members.html
file.... in this code:
/* as you navigate around the more pages, they stack on top of each other
make sure this stack gets cleaned up so there is only on*/
hidden_modals = $("#modal_wrapper .modal.hide:not(:last-child)");
hidden_modals.detach();
If you comment out that detach method call, it now works.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1336560/+subscriptions
References