stable
Clone or download
Read-only
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 |