stable

Clone or download

Read-only

Hide WIP badge when kanban is filtered

This is a part of story #10663 filtered view in kanban Also moved text-info of filtered kanban on top of the board + fixed weird margins How to test: When you filter your kanban using a report: - The blue text info will be shown on the kanban, not under the filter - The WIP badges on columns won't be shown - There is less vertical margins on kanban header When your kanban is not filtered, no change expected Change-Id: I85885cbdb94e9768182e5a36c6837e29dcd08e9a

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/po/fr.po +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +41 −48 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.js +2 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/filter-tracker-report/filter-tracker-report-controller.js +0 −11 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/filter-tracker-report/filter-tracker-report.tpl.html +0 −6 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/kanban-column/column-wip-header/column-wip-header-controller.js +47 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/kanban-column/column-wip-header/column-wip-header-directive.js +16 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/kanban-column/column-wip-header/column-wip-header.tpl.html +31 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +78 −122 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/_kanban.scss +28 −23 Go to diff View file