stable
Clone or download
Read-only
This is a part of story #8283: Enhance project creation user experience You can test the patch by playing with the new privacy list. Make sure to allow the restricted user to your plateform When the project is created, the project should have the right privacy. Change-Id: I14110e8b9a672199d03f3e976eb0ddcd8af0e84d
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Project/Registration/ProjectRegistrationController.php | +1 | −0 | Go to diff View file |
M | src/common/Project/Registration/ProjectRegistrationPresenter.php | +14 | −3 | Go to diff View file |
M | src/common/Project/Registration/ProjectRegistrationPresenterBuilder.php | +9 | −1 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +4 | −2 | Go to diff View file |
M | src/templates/project/registration/project-registration.mustache | +5 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/index.ts | +4 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/po/fr_FR.po | +31 | −1 | Go to diff View file |
A | src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.test.ts | +225 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.vue | +128 | −0 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformation.test.ts | +33 | −5 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformation.vue | +27 | −2 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformationFooter.test.ts | +102 | −15 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformationFooter.vue | +58 | −8 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Template/TemplateFooter.test.ts | +2 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/src/constant.ts | +24 | −0 | Go to diff View file |
M | src/www/scripts/project/registration/src/store/getters.test.ts | +8 | −0 | Go to diff View file |
M | src/www/scripts/project/registration/src/store/state.ts | +3 | −0 | Go to diff View file |
M | src/www/scripts/project/registration/src/store/type.ts | +3 | −0 | Go to diff View file |
M | src/www/scripts/project/registration/src/type.ts | +1 | −1 | Go to diff View file |
M | src/www/themes/BurningParrot/css/project-registration/_project-registration.scss | +3 | −0 | Go to diff View file |