stable

Clone or download

Read-only

Display cancel/save buttons

Given I can edit the remaining effort of a card on the taskboard, When I enter in edit mode, Then two buttons appears: cancel & gretel^Wsave And the behaviors of those buttons are exactly the same as their already existing matching shortcuts: - Cancel == [esc] - Save == [enter] Part of request #14192: Pimp my remaining effort edition Change-Id: I3960ccff359e0a4a607b7c6af5331740f3dfa12c

Modified Files

Name
M plugins/taskboard/scripts/taskboard/po/fr_FR.po +6 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardWithRemainingEffort.test.ts +2 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardWithRemainingEffort.vue +3 −1 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/EditMode/CancelSaveButtons.test.ts +72 −0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/EditMode/CancelSaveButtons.vue +69 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/RemainingEffort/EditRemainingEffort.test.ts +58 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/RemainingEffort/EditRemainingEffort.vue +21 −4 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/helpers/event-bus.ts +21 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/type.ts +5 −0 Go to diff View file
M plugins/taskboard/themes/includes/_cards.scss +14 −0 Go to diff View file