stable
Clone or download
Read-only
This is a part of story #10663 filtered view in kanban To test: - Have tuleap-realtime running - Open same kanban twice - Filter the first - On the other update a card Then you should see an alert displayed Change-Id: I31616e0213aea373ee8e8b96110d2add5e34c6bd
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/kanban/po/fr.po | +9 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/po/template.pot | +8 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js | +4 | −13 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app.js | +29 | −25 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/kanban-filtered-updated-alert/kanban-filtered-updated-alert-controller.js | +26 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/kanban-filtered-updated-alert/kanban-filtered-updated-alert-directive.js | +14 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/kanban-filtered-updated-alert/kanban-filtered-updated-alert-service.js | +12 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/kanban-filtered-updated-alert/kanban-filtered-updated-alert.tpl.html | +6 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html | +66 | −63 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/socket/socket-service.js | +29 | −12 | Go to diff View file |
M | plugins/agiledashboard/www/themes/BurningParrot/css/_kanban.scss | +4 | −0 | Go to diff View file |