stable

Clone or download

Read-only

Kanban edit modal uses tlp modal

This is part of story #10353: display a kanban as a widget How to test: You should be able to: - Rename a kanban - Add a column - Rename a column - Drag & drop a column - Remove a column - Delete a kanban - Access to the kanban's tracker using links in the modal Will be done in following commits: - Convert the error-modal to use tlp.modal() Change-Id: Icc9bed11bb0d5940bcee1be867c1610f9c5a7754

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/package-lock.json +3 −3 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package.json +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +12 −20 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +8 −8 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +8 −45 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.spec.js +3 −7 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.js +6 −8 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.spec.js +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-controller.js +69 −68 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-directive.js +17 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.tpl.html +192 −168 Go to diff View file
R plugins/agiledashboard/www/js/kanban/src/app/error/error-controller.js Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/error-modal/error-modal.js +10 −0 Go to diff View file
R plugins/agiledashboard/www/js/kanban/src/app/error/error.tpl.html Go to diff View file
R plugins/agiledashboard/www/js/kanban/src/app/rest-error-service.js Go to diff View file
R plugins/agiledashboard/www/js/kanban/src/app/rest-error-service.spec.js Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +5 −1 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/includes/_edit-kanban.scss +71 −111 Go to diff View file