stable

Clone or download

Read-only

Add a link to the kanban in the widget (like "go to report" for trackers).

This is a part of story #10353 display a kanban as a widget Change-Id: Ie9c5496643b16e73e01a1014d07b0d8e23f18ac7

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +7 −0 Go to diff View file
M plugins/agiledashboard/templates/kanban.mustache +2 −1 Go to diff View file
M plugins/agiledashboard/templates/widgets/widget-kanban.mustache +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +4 −9 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +10 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-main-controller.js +3 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.js +2 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/go-to-kanban/go-to-kanban-controller.js +23 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/go-to-kanban/go-to-kanban-directive.js +14 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/go-to-kanban/go-to-kanban.tpl.html +8 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +8 −4 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/shared-properties/shared-properties-service.js +13 −2 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/_kanban.scss +4 −0 Go to diff View file