stable
Clone or download
Read-only
part of: story #14148 Add in place a child card How to test: - Click on the [+] button of a cell - Refresh the page or try to reach another url --> Alert [confirm you want to leave] - Press escape to exit add-in-place mode - Refresh the page or try to reach another url --> No alert Change-Id: I90fff36f09055acf3d26503e3b306e141548f4dd
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/scripts/taskboard/index.ts | +2 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/App.vue | +5 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddCard.test.ts | +10 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddCard.vue | +12 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/getters.ts | +4 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/mutations.ts | +8 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/type.ts | +1 | −0 | Go to diff View file |