stable

Clone or download

Read-only

request #8956: User used during the import is member and admin of each imported project

It should be only be admin and member if the project does not define an admin. Change-Id: I8e3289d2523ce556c02a4e50a4726d53da803f46

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +1 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +1 −0 Go to diff View file
M src/common/dao/UserGroupDao.class.php +13 −0 Go to diff View file
M src/common/project/ProjectUGroup.class.php +2 −1 Go to diff View file
M src/common/project/ProjectXMLImporter.class.php +31 −4 Go to diff View file
M src/utils/import_project_xml.php +1 −0 Go to diff View file
M tests/integration/ProjectImportTest.php +1 −0 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +1 −0 Go to diff View file
M tests/simpletest/common/project/ProjectXMLImporterTest.php +2 −1 Go to diff View file
M tests/simpletest/common/project/UGroupTest.php +3 −2 Go to diff View file
M tools/utils/data_generator/DataInit/ProjectHelper.php +3 −2 Go to diff View file