stable

Clone or download

Read-only

Duplicate LDAP binding

This is part of story #9224 keep user group bindings at project creation Change-Id: I2327e86941c7ad36f4046ec70c4afd184034170a

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +2 −1 Go to diff View file
M plugins/ldap/include/LDAP_UserGroupDao.class.php +12 −2 Go to diff View file
M plugins/ldap/include/ldapPlugin.class.php +10 −0 Go to diff View file
M src/common/dao/UGroupDao.class.php +1 −20 Go to diff View file
M src/common/event/Event.class.php +10 −0 Go to diff View file
M src/common/project/OneStepCreation/OneStepCreationController.class.php +2 −1 Go to diff View file
M src/common/project/UgroupDuplicator.php +39 −9 Go to diff View file
M src/utils/import_project_xml.php +2 −1 Go to diff View file
M src/www/soap/project/index.php +2 −1 Go to diff View file
M tests/integration/ProjectCreationTest.php +2 −1 Go to diff View file
M tests/integration/ProjectImportTest.php +2 −1 Go to diff View file
M tests/lib/TestDataBuilder.php +2 −1 Go to diff View file
M tools/utils/data_generator/DataInit/ProjectHelper.php +3 −1 Go to diff View file