stable

Clone or download

Read-only

DRY with launchEditBindingUgroupEvent

Part of story #10062: Users & groups management overhaul Now the launch of the event is done only at one place instead of both in core and ldap plugin. No functional changes, system events are launched every time you update binding of a ugroup. Change-Id: I6c9be25903497f34636cfc048c0227dd86a746d4

Modified Files

Name
M plugins/ldap/include/ldapPlugin.class.php +2 −12 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/project/Admin/ProjectUGroup/BindingController.php +14 −19 Go to diff View file
A src/common/project/Admin/ProjectUGroup/EditBindingUGroupEventLauncher.php +48 −0 Go to diff View file
M src/common/project/Admin/ProjectUGroup/UGroupEditProcessAction.php +23 −6 Go to diff View file
M src/common/project/Admin/ProjectUGroup/UGroupRouter.class.php +13 −8 Go to diff View file
M src/www/project/admin/editugroup.php +23 −11 Go to diff View file