stable

Clone or download

Read-only

improve permissions for drag and drop

part of story #18408 plan Features in Program Increment Before droping a feature, we should check that PI accept the drop: - PI must be updatable by user - PI artifact link field must be updatable (to create the link) Change-Id: I8f335b0c74993cae7b37d93125b3f3ee81bbb08f

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetriever.php +16 −0 Go to diff View file
M plugins/program_management/include/Program/Backlog/ProgramIncrement/ProgramIncrement.php +6 −1 Go to diff View file
M plugins/program_management/include/REST/v1/ProgramIncrementRepresentation.php +7 −0 Go to diff View file
M plugins/program_management/scripts/program_management/po/fr_FR.po +3 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/App.vue +4 −2 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementFeatureList.test.ts +47 −3 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementFeatureList.vue +19 −2 Go to diff View file
A plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementNotPlannable.vue +27 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ToBePlanned/ToBePlanned.vue +1 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/ProgramIncrement/program-increment-retriever.test.ts +2 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/ProgramIncrement/program-increment-retriever.ts +1 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/drag-drop.test.ts +39 −7 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/drag-drop.ts +32 −5 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetrieverTest.php +5 −2 Go to diff View file
M plugins/program_management/themes/BurningParrot/program_management/_program_increment.scss +19 −0 Go to diff View file