stable
Clone or download
Read-only
request #8974 Fix collapse, filter, label bugs in kanban
To test: - collapse: You have to expand an item in your left Kanban and then move this item in your right Kanban: The item should stay expanded. - filter: You have to filter cards in your left Kanban and then move an item that isn't in the filter in your right Kanban: The item shouldn't appear in your left Kanban. If you remove the filter it should appear in the correct column. - label: If you collapse column in your right Kanban: The Kanban label shouldn't be empty in your left Kanban. Change-Id: I6cddb6599c2b4e44a35fe3c14c1ab7bd511bb639
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php | +15 | −15 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js | +9 | −5 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/in-properties-filter/in-properties-filter.js | +1 | −1 | Go to diff View file |