stable

Clone or download

Read-only

RestException should not be thrown in domain

This is part of story #20111 change features priority No functional changes Change-Id: Ibe2cb2a2201ef35ce043a4dd6fe2b3f07fb347a7

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/Rank/FeaturesRankOrderer.php +3 −3 Go to diff View file
A plugins/program_management/include/Program/Backlog/Feature/FeatureCanNotBeRankedWithItselfException.php +31 −0 Go to diff View file
A plugins/program_management/include/Program/Backlog/ProgramIncrement/Content/AddOrOrderMustBeSetException.php +31 −0 Go to diff View file
M plugins/program_management/include/Program/Backlog/ProgramIncrement/Content/ContentModifier.php +6 −5 Go to diff View file
M plugins/program_management/include/Program/Backlog/ProgramIncrement/Content/ModifyContent.php +10 −9 Go to diff View file
M plugins/program_management/include/Program/Backlog/Rank/OrderFeatureRank.php +2 −2 Go to diff View file
M plugins/program_management/include/REST/v1/ProgramIncrementResource.php +9 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/Rank/FeaturesRankOrdererTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Program/Backlog/ProgramIncrement/Content/ContentModifierTest.php +1 −2 Go to diff View file