stable

Clone or download

Read-only

Do not suggest/allow edition of label if user doesn't have sufficient rights for the cards

Part of: story #13629: Update the title semantic of a card If title_field_id is null, then we don't suggest/allow edit mode How to test: - When you do not have the permission to update the title --> There is no pencil icon when you hover the card --> The card does not switch to the edition mode on click Change-Id: I288aad8a962865992bc75cf90751b554274bed5a

Modified Files

Name
M plugins/taskboard/include/Tracker/TrackerPresenterCollectionBuilder.php +3 −3 Go to diff View file
M plugins/taskboard/phpunit/Tracker/TrackerPresenterCollectionBuilderTest.php +7 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.test.ts +17 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.vue +16 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/getters.test.ts +17 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/getters.ts +12 −2 Go to diff View file