stable

Clone or download

Read-only

Fix the text displayed in the project privacy choice tooltip of the new project creation page

story #8283 Enhance project creation user experience Before this patch, the displayed text did not take in account the case where the platform allows anonymous user. This patch fix also the text displayed in the tooltip when the project is private. Change-Id: I6ab32b2e93cf879a7b0ab8d6c39007bac7bced82

Modified Files

Name
M src/common/Project/Registration/ProjectRegistrationPresenter.php +5 −0 Go to diff View file
M src/templates/project/registration/project-registration.mustache +1 −0 Go to diff View file
M src/www/scripts/project/registration/index.ts +2 −0 Go to diff View file
M src/www/scripts/project/registration/po/fr_FR.po +24 −0 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Fields/FieldDescription.test.ts +1 −0 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.test.ts +11 −6 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.vue +2 −2 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacySwitch.test.ts +89 −10 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacySwitch.vue +11 −2 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformation.test.ts +1 −0 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformationFooter.test.ts +1 −0 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Company/CompanyTemplateList.test.ts +1 −0 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/TemplateFooter.test.ts +1 −0 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Tuleap/TuleapTemplateList.test.ts +1 −0 Go to diff View file
M src/www/scripts/project/registration/src/store/getters.test.ts +5 −0 Go to diff View file
M src/www/scripts/project/registration/src/store/mutations.test.ts +3 −0 Go to diff View file
M src/www/scripts/project/registration/src/store/state.ts +1 −0 Go to diff View file
M src/www/scripts/project/registration/src/store/type.ts +2 −0 Go to diff View file