stable
Clone or download
Read-only
story #8380: fix broken filter
Change-Id: I759380e43e1a68d2818b3cdea3a759e28c542c0b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/templates/pane-planning-v2.mustache | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-config.js | +10 | −2 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/app-main-controller.js | +31 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js | +15 | −17 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.spec.js | +84 | −3 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning.spec.js | +0 | −127 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app.js | +1 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/shared-properties/shared-properties-service.js | +102 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/shared-properties/shared-properties.js | +3 | −0 | Go to diff View file |