stable

Clone or download

Read-only

be able to select a filter

This is a part of story #10663 filtered view in kanban To test: On kanban you can select a filter without selecting artifacts for the moment. Change-Id: I6f858c67f382f0c6d20e6f9831921e500a8a2251

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +8 −1 Go to diff View file
M plugins/agiledashboard/templates/kanban.mustache +1 −0 Go to diff View file
M plugins/agiledashboard/templates/widgets/widget-kanban.mustache +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +8 −0 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-main-controller.js +2 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.js +25 −23 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/filter-tracker-report/filter-tracker-report-controller.js +24 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/filter-tracker-report/filter-tracker-report-directive.js +14 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/filter-tracker-report/filter-tracker-report.tpl.html +10 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +63 −57 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/shared-properties/shared-properties-service.js +11 −0 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/_kanban.scss +13 −13 Go to diff View file
A plugins/agiledashboard/www/themes/BurningParrot/css/includes/_filter.scss +12 −0 Go to diff View file