stable

Clone or download

Read-only

Duplicate license agreements as project creation

And discover that Packages are duplicated too when in a template what a world my friend... Part of story #14008 customize FRS Download Agreement in my project Change-Id: Ic114bf27afa2810789f7c19727e38bc2492a2ed9

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +3 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +3 −0 Go to diff View file
M src/common/CLI/Command/ImportProjectXMLCommand.php +3 −0 Go to diff View file
M src/common/FRS/LicenseAgreement/LicenseAgreementDao.php +2 −1 Go to diff View file
M src/common/FRS/LicenseAgreement/LicenseAgreementFactory.php +67 −3 Go to diff View file
M src/common/Project/OneStepCreation/OneStepCreationController.class.php +3 −0 Go to diff View file
M src/common/Project/ProjectCreator.class.php +19 −4 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +3 −0 Go to diff View file
M src/www/soap/project/index.php +3 −0 Go to diff View file
M tests/integration/tests/ProjectCreationTest.php +3 −0 Go to diff View file
M tests/phpunit/common/FRS/LicenseAgreement/LicenseAgreementFactoryTest.php +124 −2 Go to diff View file
M tests/phpunit/common/Project/ProjectCreatorTest.php +2 −0 Go to diff View file
M tests/phpunit/common/Project/ProjectXMLImporterTest.php +1 −0 Go to diff View file