stable
Clone or download
Read-only
part of story #13626 Drag and drop cards How to test: - When you change the status of a child (task), then it should be refreshed. Its parent swimlane card should also be refreshed. - When you change the status of a solo card, then it should be refreshed. For child cards, the only way to see the refresh that I'm aware of today is to set up the background color based on status (or the mapped field). When you change columns, the card should change background. For parent card, you can do the same. Change-Id: I6f054fd8be85f3753deb4a829eae01d8bec96bd8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-mutations.ts | +1 | −16 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.test.ts | +103 | −30 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.ts | +35 | −20 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-helpers.test.ts | +71 | −76 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-helpers.ts | +15 | −9 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-mutations.test.ts | +89 | −23 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-mutations.ts | +14 | −18 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/type.ts | +4 | −3 | Go to diff View file |