stable

Clone or download

Read-only

Display card as soon as possible

No need to refresh the page when we add a card in place. As soon as the corresponding artifact is created, we can insert in the taskboard the new card, in is_being_saved state. The card has same animations than when a card is edited. Part of: story #14148 Add in place a child card Change-Id: I0df83eeb0fa5d32da47ab1b6034ce4ac7b0d2f19

Modified Files

Name
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddCard.test.ts +16 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddCard.vue +11 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Label/LabelEditor.vue +4 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ColumnWithChildren.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/update-artifact.test.ts +16 −16 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/update-artifact.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-actions.test.ts +65 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-actions.ts +52 −16 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-mutations.test.ts +47 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-mutations.ts +22 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/type.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/index.ts +2 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-getters.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-helpers.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-mutations.test.ts +14 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/type.ts +1 −0 Go to diff View file