stable

Clone or download

Read-only

confirmation modal should only be asked for non project members

This is part of story #10062 Users & groups management overhaul How to test: Go on Groups > Project Administrator Add a user non project member : modal should pop Add a project member : no modal displayed, user is add Go on Groups > "Le Groupe" Add a user non project member : no modal displayed, user is add Add a project member : no modal displayed, user is add Change-Id: Ia92cc6a3ea92e9fb83497776d99ba62cdd4805e9

Modified Files

Name
M src/common/REST/InvalidParameterTypeException.php +0 −4 Go to diff View file
M src/common/REST/QueryParameterParser.php +14 −3 Go to diff View file
M src/common/project/REST/v1/UserGroupResource.class.php +67 −9 Go to diff View file
M src/templates/project/admin/ugroup-settings-member-list.mustache +6 −3 Go to diff View file
M src/www/scripts/project/admin/project-admin-ugroups.js +64 −27 Go to diff View file
M tests/simpletest/common/REST/QueryParameterParserTest.php +28 −0 Go to diff View file