stable

Clone or download

Read-only

display message when platform need an admin approval

part of story #8283: Enhance project creation user experience Be sure that your platform needs project approval to create project Fill form and create a new project => you should be correctly redirected Change-Id: I7df5d7a5216f930ee6f40ab9a9df9dea1a1165b9

Modified Files

Name
M src/common/Project/Registration/ProjectRegistrationPresenter.php +6 −1 Go to diff View file
M src/templates/project/registration/project-registration.mustache +3 −1 Go to diff View file
M src/www/scripts/project/registration/index.ts +3 −1 Go to diff View file
M src/www/scripts/project/registration/po/fr_FR.po +11 −0 Go to diff View file
A src/www/scripts/project/registration/src/components/Approval/ProjectApproval.vue +54 −0 Go to diff View file
A src/www/scripts/project/registration/src/components/Approval/ProjectApprovalSvg.vue +44 −0 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.test.ts +10 −5 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformation.test.ts +2 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformationFooter.test.ts +34 −3 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformationFooter.vue +8 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/TemplateFooter.test.ts +2 −1 Go to diff View file
M src/www/scripts/project/registration/src/router/index.ts +6 −0 Go to diff View file
M src/www/scripts/project/registration/src/store/getters.test.ts +8 −4 Go to diff View file
M src/www/scripts/project/registration/src/store/state.ts +2 −1 Go to diff View file
M src/www/scripts/project/registration/src/store/type.ts +4 −2 Go to diff View file