stable
Clone or download
Read-only
request #9348: The planning view does not display computed field V2
How to test this: In tracker admin, add a computed field and add it to the semantic card fields In planning-v2, using for example User stories tracker and 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 you set it to autocomputed but it had no children, 'Empty' should be displayed and translated Change-Id: I7c360a4b001eb56b62db8cd1c8e2a21ef8b0533f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/planning-v2/.editorconfig | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/po/fr.po | +10 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/po/template.pot | +20 | −16 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/_backlog-item-details.scss | +3 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details.js | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details.tpl.html | +6 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/card-fields/card-computed-field/_card-computed-field.scss | +7 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/card-fields/card-computed-field/card-computed-field-directive.js | +13 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/card-fields/card-computed-field/card-computed-field.tpl.html | +16 | −0 | Go to diff View file |
R | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/card-fields-service.js | Go to diff View file | ||
A | plugins/agiledashboard/www/js/planning-v2/src/app/card-fields/card-fields.js | +5 | −0 | Go to diff View file |