stable

Clone or download

Read-only

request #9350: The Kanban does not display manual computed field V2

How to test this: In tracker admin, add a computed field and add it to the semantic card fields In kanban, displaying card fields: - given you set 0 as manual value, it should be displayed - given you set 3.5 as manual value, it should be displayed - given it is autocomputed with non-empty value, it should be displayed - given you set it to autocomputed but it had no children, 'Empty' should be displayed and translated Change-Id: Ia7a32dbea235ce1dc0efec605d1b55b4f6bcb567

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/po/fr.po +5 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +4 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +0 −16 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-computed-field/_card-computed-field.scss +7 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-computed-field/card-computed-field-directive.js +13 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-computed-field/card-computed-field.tpl.html +16 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-fields-service.js +166 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-fields.js +5 −0 Go to diff View file
R plugins/agiledashboard/www/js/kanban/src/app/highlight/_highlight.scss Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/highlight-filter/highlight-filter.js +42 −0 Go to diff View file
R plugins/agiledashboard/www/js/kanban/src/app/highlight/highlight-filter.spec.js Go to diff View file
D plugins/agiledashboard/www/js/kanban/src/app/highlight/highlight-filter.js +0 −42 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-item/_kanban-item.scss +2 −0 Go to diff View file
D plugins/agiledashboard/www/js/kanban/src/app/kanban-item/card-fields-service.js +0 −151 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item-controller.js +32 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item-directive.js +6 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.js +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.tpl.html +28 −19 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.scss +1 −1 Go to diff View file