stable

Clone or download

Read-only

Duplicate user group binding

This is part of story #9224 keep user group bindings at project creation At project creation, user group binding is now duplicated. Change-Id: Id86eec44367b1b16eddd2aba5ae244dbcef33ed9

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +11 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +11 −2 Go to diff View file
M src/common/dao/UGroupDao.class.php +26 −26 Go to diff View file
M src/common/project/OneStepCreation/OneStepCreationController.class.php +8 −1 Go to diff View file
M src/common/project/UgroupDuplicator.php +32 −6 Go to diff View file
M src/utils/import_project_xml.php +10 −1 Go to diff View file
M src/www/soap/project/index.php +9 −2 Go to diff View file
M tests/integration/ProjectCreationTest.php +10 −2 Go to diff View file
M tests/integration/ProjectImportTest.php +13 −3 Go to diff View file
M tests/lib/TestDataBuilder.php +8 −1 Go to diff View file
M tools/utils/data_generator/DataInit/ProjectHelper.php +13 −2 Go to diff View file