stable

Clone or download

Read-only

Use tlp modal for error modal

This is a part of story #10353 display a kanban as a widget To have the error modal: define a transitation on status, then move the card to be on an non valid transition Change-Id: I79e406dd5aad3421a28be5c0176eaadab8f8b2cb

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/po/template.pot +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +6 −18 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.js +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/error-modal/error-modal.js +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/error-modal/error.tpl.html +28 −14 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/error-modal/rest-error-service.js +13 −23 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/error-modal/rest-error-service.spec.js +8 −9 Go to diff View file