stable

Clone or download

Read-only

Only one modal to remove a user from a user group

This is part of story #10062: Users & groups management overhaul Go to a user group and remove a user, a modal should appear and this is the right user that is removed. This will help when there are many users in the group. Also added the ability to destroy (remove event listeners) a TLP modal. Applied this to project members too so that it removes the DOMException errors. Change-Id: I436091fd83aefe65d799028b68438cc2b58794cc

Modified Files

Name
M src/templates/project/admin/ugroup-settings-member-list.mustache +5 −2 Go to diff View file
M src/templates/project/admin/ugroup-settings-member-remove-modal.mustache +8 −12 Go to diff View file
M src/www/scripts/project/admin/project-admin-members.js +1 −1 Go to diff View file
M src/www/scripts/project/admin/project-admin-ugroups.js +48 −20 Go to diff View file
M src/www/themes/common/tlp/doc/resources/flyover/modals/usage/doc.html +13 −1 Go to diff View file
M src/www/themes/common/tlp/src/js/modal.js +63 −24 Go to diff View file