stable
Clone or download
Read-only
Merge commit 'refs/changes/09/6309/1' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: request #9350: The Kanban does not display manual computed field V2
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 |