stable
Clone or download
Read-only
Part of story #14600 create full artifact in kanban Note: This patch take in account the usage of realtime How to test: - Click on the "Add new <Your tracker>" button => A modal shoud be opened - Fill the fields => The artifact should be created in the right column => The WIP should be updated => The number of card in a column should be updated if the column is collapsed. Change-Id: I58fbb6832542cfb7c7095e10e728a042cd982d86
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/scripts/kanban/src/app/app-kanban-controller.js | +31 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/app-kanban-controller.test.js | +158 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/kanban.tpl.html | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/shared-properties/shared-properties-service.js | +7 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/socket/socket-service.js | +2 | −0 | Go to diff View file |