stable

Clone or download

Read-only

Selecting a filter should apply the Report filter to the kanban (see desc)

This is a part of story #10663 filtered view in kanban To test: On a kanban when you select a report then the page is reloaded and your kanban is filtered. Change-Id: Ia2e06285023f50ddcee04171a042d70939d1ee5a

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +4 −2 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/KanbanFiltersTrackerReportBuilder.php +68 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +13 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/Kanban.php +6 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/MyKanban.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/ProjectKanban.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +10 −2 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/templates/kanban.mustache +1 −1 Go to diff View file
M plugins/agiledashboard/templates/widgets/widget-kanban.mustache +1 −1 Go to diff View file
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 +15 −7 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +11 −5 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-main-controller.js +8 −5 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.js +28 −24 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.spec.js +2 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/filter-tracker-report/filter-tracker-report-controller.js +30 −9 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/filter-tracker-report/filter-tracker-report-controller.spec.js +89 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/filter-tracker-report/filter-tracker-report-service.js +72 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/filter-tracker-report/filter-tracker-report-service.spec.js +420 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/filter-tracker-report/filter-tracker-report.tpl.html +20 −9 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-service.js +37 −18 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/shared-properties/shared-properties-service.js +40 −150 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/socket/socket-service.js +1 −1 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/_kanban.scss +5 −1 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/includes/_filter.scss +17 −4 Go to diff View file