stable

Clone or download

Read-only

Edit button is displayed only when user has update permission on PI

part of story #18408 plan Features in Program Increment Make sure that you user can not update a PI, Edit button is not displayed in program increment Change-Id: I85a196b77c3ec27c6e1af257222e7904bd053727

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetriever.php +8 −1 Go to diff View file
M plugins/program_management/include/Program/Backlog/ProgramIncrement/ProgramIncrement.php +18 −7 Go to diff View file
M plugins/program_management/include/REST/v1/ProgramIncrementRepresentation.php +20 −8 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementCard.test.ts +25 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementCard.vue +6 −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/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetrieverTest.php +4 −2 Go to diff View file