stable
Clone or download
Read-only
part of story story #8283 How to test: forge url https://your-dev-instance/project/new You should have a box scrum template. Click on it => scrum template is selected, action button is still disable Change-Id: Ieabe3df6474dacc4b6f2ef4932979cc63857be1a
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/agiledashboard/glyphs/scrum.svg | +5 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +31 | −0 | Go to diff View file |
M | plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po | +6 | −0 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +3 | −0 | Go to diff View file |
M | src/common/Project/Registration/ProjectRegistrationController.php | +9 | −2 | Go to diff View file |
A | src/common/Project/Registration/ProjectRegistrationPresenter.php | +42 | −0 | Go to diff View file |
A | src/common/Project/Registration/ProjectRegistrationPresenterBuilder.php | +47 | −0 | Go to diff View file |
A | src/common/Project/Registration/TemplatePresenter.php | +59 | −0 | Go to diff View file |
A | src/common/Project/Registration/TuleapProjectTemplatesCollector.php | +46 | −0 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +3 | −1 | Go to diff View file |
M | src/templates/project/registration/project-registration.mustache | +9 | −1 | Go to diff View file |
M | src/www/scripts/jest.config.js | +5 | −1 | Go to diff View file |
M | src/www/scripts/package-lock.json | +41 | −0 | Go to diff View file |
M | src/www/scripts/package.json | +5 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/index.ts | +21 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/po/fr_FR.po | +8 | −2 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/ProjectList.vue | +5 | −1 | Go to diff View file |
A | src/www/scripts/project/registration/src/components/TuleapTemplates/TuleapTemplateCard.test.ts | +67 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/src/components/TuleapTemplates/TuleapTemplateCard.vue | +56 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/src/components/TuleapTemplates/TuleapTemplateList.vue | +54 | −0 | Go to diff View file |
M | src/www/scripts/project/registration/src/helpers/local-vue-for-tests.ts | +5 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/src/store/index.ts | +30 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/src/store/state.ts | +26 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/src/store/type.ts | +31 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/src/type.ts | +25 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/project-registration/_project-registration.scss | +1 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/project-registration/includes/_cards.scss | +119 | −0 | Go to diff View file |