stable
Clone or download
Read-only
request #10512 Ugroup binding must be reloaded after project admin actions
Given that ugroup binding takes the project visibility into account (public / private), adding or removing a user in a private project must reload the ugroup binding synchronization. Also, the project visibility change must reload the binding synchronization. Change-Id: I85221f78092a2781e10e050f08b60e7b8d707d02
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/dao/UGroupDao.class.php | +20 | −4 | Go to diff View file |
M | src/common/project/Admin/ProjectVisibilityController.php | +10 | −1 | Go to diff View file |
M | src/common/project/UGroupBinding.class.php | +44 | −22 | Go to diff View file |
M | src/common/project/UGroupManager.class.php | +8 | −0 | Go to diff View file |
M | src/www/project/admin/index.php | +12 | −1 | Go to diff View file |
M | src/www/project/admin/project_visibility.php | +10 | −1 | Go to diff View file |