stable
Clone or download
Read-only
part of story #14096 have a post action to add "Scrum Top Backlog" flag How to test: In AD admin section update the title of the scrum backlog => no modal is displayed Update the title + switch the backlog mode => a modal is displayed => the text of modal is updated regarding you're switching from explicit to legacy backlog or from legacy to explicit Change-Id: If53bff3aa15958315cdecf8c5ff6a62851d6db31
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po | +8 | −2 | Go to diff View file |
M | plugins/agiledashboard/templates/admin-scrum.mustache | +19 | −19 | Go to diff View file |
A | plugins/agiledashboard/templates/admin-scrum/switch-explicit-backlog-usage-modal.mustache | +47 | −0 | Go to diff View file |
M | plugins/agiledashboard/themes/BurningParrot/css/_administration.scss | +4 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/administration/administration.test.ts | +193 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/administration/administration.ts | +90 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/administration/jest.config.js | +25 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/administration/package-lock.json | +5 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/administration/package.json | +14 | −0 | Go to diff View file |