stable

Clone or download

Read-only

Update check for mandatory categories

As of today the project category updater check for mandatory properties on front end only, a backend check must be done for REST usage. Part of story #8283 Enhance project creation user experience Change-Id: I19ad1f2bab4d76f1d381d936b7426bffad3dcaf6

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +3 −0 Go to diff View file
M src/common/Project/Admin/Categories/CategoryCollection.php +5 −1 Go to diff View file
A src/common/Project/Admin/Categories/MissingMandatoryCategoriesException.php +29 −0 Go to diff View file
M src/common/Project/Admin/Categories/ProjectCategoriesUpdater.php +50 −9 Go to diff View file
M src/common/Project/Admin/Categories/UpdateController.php +6 −2 Go to diff View file
M tests/phpunit/common/Project/Admin/Categories/ProjectCategoriesUpdaterTest.php +25 −3 Go to diff View file