stable

Clone or download

Read-only

Create project with categories

The REST route for project creation allows to specify categories. In order to do baby steps, this doesn't check all the mandatory stuff for the project creation to be correct. Part of story #8283 Enhance project creation user experience Change-Id: I2e0fd8de46551367ed95aeecb0aca42d79ca1be4

Modified Files

Name
A src/common/Project/REST/v1/CategoryPostRepresentation.php +49 −0 Go to diff View file
M src/common/Project/REST/v1/ProjectPostRepresentation.php +5 −0 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +9 −0 Go to diff View file
M src/common/Project/REST/v1/RestProjectCreator.php +38 −1 Go to diff View file
M tests/phpunit/common/Project/REST/v1/RestProjectCreatorTest.php +40 −2 Go to diff View file