stable
Clone or download
Read-only
If a card has children, then it is displayed in the unnamed column, and there are children skeletons. If a card has no children, then it is displayed in the column matching its status (as per the corresponding planning configuration). If the card has no children, and its status does not map to a column, then it is displayed in the unnamed column with a no-mapping-message. Part of story #13641: See solo cards in their column Change-Id: Ib3ae301e88c9b256f5f498c199bbffa09838d0ff
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/include/REST/v1/CardRepresentation.php | +5 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/CardWithChildren.test.ts | +47 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/CardWithChildren.vue | +46 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/SoloCard.test.ts | +130 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/SoloCard.vue | +74 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/__snapshots__/CardWithChildren.test.ts.snap | +18 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/__snapshots__/SoloCard.test.ts.snap | +58 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardBody.test.ts | +1 | −7 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoardBody.vue | +9 | −18 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/__snapshots__/TaskBoardBody.test.ts.snap | +7 | −29 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/type.d.ts | +12 | −2 | Go to diff View file |