stable

Clone or download

Read-only

Error messages must be more explicit

This is part of story #11346 move artifact's "initial_effort" Change-Id: I354392f55c86a512c3a6f11174496693177069ed

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Semantic/MoveSemanticChecker.php +18 −5 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +26 −7 Go to diff View file
M plugins/agiledashboard/phpunit/AgileDashboard/Semantic/MoveSemanticCheckerTest.php +7 −4 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Action/MoveArtifact.php +6 −3 Go to diff View file
M plugins/tracker/include/Tracker/Action/MoveSemanticChecker.php +26 −4 Go to diff View file
M plugins/tracker/include/Tracker/Events/MoveArtifactCheckExternalSemantics.php +21 −0 Go to diff View file
R plugins/tracker/include/Tracker/Exception/MoveArtifactSemanticsMissingException.php Go to diff View file
M plugins/tracker/phpunit/Tracker/Action/MoveSemanticCheckerTest.php +26 −11 Go to diff View file