← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1336560] [NEW] cannot add users to a group

 

Public bug reported:

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.

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
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):
  New

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


Follow ups

References