stable
Clone or download
Read-only
Send the current status in the representation. For now the status is only used for no mapping message[0] Later we will use this information to display the card in the right column. Part of story #13641: See solo cards in their column [0] See git #tuleap/stable/485143c289bab9cd79622a106f3b48878c76cfea Change-Id: If906fe7ca78c3414f6a336d760c7cb12d3fde769
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/include/REST/v1/CardRepresentation.php | +12 | −2 | Go to diff View file |
M | plugins/taskboard/include/REST/v1/CardRepresentationBuilder.php | +28 | −5 | Go to diff View file |
A | plugins/taskboard/include/REST/v1/StatusRepresentation.php | +44 | −0 | Go to diff View file |
M | plugins/taskboard/include/REST/v1/TaskboardResource.php | +4 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/po/fr_FR.po | +12 | −5 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/NoMappingMessage.test.ts | +50 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/NoMappingMessage.vue | +16 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/ParentCell.vue | +1 | −1 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Swimlane/__snapshots__/NoMappingMessage.test.ts.snap | +45 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/type.d.ts | +6 | −0 | Go to diff View file |