stable

Clone or download

Read-only

feat: dry-run ends up in 400 if from archive

Since creation of a project from an archive is done asynchronously, the dry-run is difficult to perform in that case (we need to parse the xml archive to validate the content). Therefore we raise a 400 in that case. Part of story #36484 create a new project from an XML template Change-Id: Ic6488c56de8998324d78489317ee9d467698b562

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +5 −0 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +3 −0 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +9 −0 Go to diff View file