stable

Clone or download

Read-only

When the card is saved, new assignees are also saved

Update the assignees of a card, and save the card. Refresh the page. The new assignees are kept. Note: during the save of the card, there is a small moment when the card still displays the previous value of assigned to. Β»Then the card is refreshed so it might be transparent for users with low latency.) This issue will be handled in a dedicated commit. Part of: story #14151 Update the assigned-to semantic of a card Change-Id: I761aa3dbf3fd6af421e1c70d1e6492f0bd8b8381

Modified Files

Name
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.test.ts +22 βˆ’3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.vue +13 βˆ’2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardAssignees.test.ts +2 βˆ’1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardAssignees.vue +12 βˆ’0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardInfo.test.ts +1 βˆ’1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardInfo.vue +12 βˆ’1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Assignees/PeoplePicker.test.ts +107 βˆ’19 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Assignees/PeoplePicker.vue +22 βˆ’1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/UserAvatar.vue +1 βˆ’1 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/helpers/have-assignees-changed.test.ts +47 βˆ’0 Go to diff View file
A plugins/taskboard/scripts/taskboard/src/helpers/have-assignees-changed.ts +30 βˆ’0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/update-artifact.test.ts +28 βˆ’1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/update-artifact.ts +21 βˆ’2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-actions.test.ts +28 βˆ’3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-actions.ts +7 βˆ’1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-mutations.test.ts +6 βˆ’1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/type.ts +1 βˆ’0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.test.ts +0 βˆ’3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.ts +1 βˆ’1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-mutations.test.ts +5 βˆ’5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/type.ts +0 βˆ’1 Go to diff View file