stable

Clone or download

Read-only

request #14376 In project creation, project services should be displayed in a modal

How to test: Project template and project you are admin of have now a line "what's inside" When you click on the link a new modal is displayed: => services of project are list inside => if an error occurred it's displayed as text => a spinner is displayed during load Change-Id: I0dd8268bf990e1226d9d41ba16e50f72c098b184

Modified Files

Name
M src/www/scripts/project/registration/po/fr_FR.po +10 −3 Go to diff View file
M src/www/scripts/project/registration/src/api/rest-querier.test.ts +43 −2 Go to diff View file
M src/www/scripts/project/registration/src/api/rest-querier.ts +23 −2 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Advanced/UserProjectList.test.ts +1 −22 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Advanced/UserProjectList.vue +6 −2 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Advanced/__snapshots__/UserProjectList.test.ts.snap +4 −2 Go to diff View file
A src/www/scripts/project/registration/src/components/Template/Services/ProjectServices.test.ts +85 −0 Go to diff View file
A src/www/scripts/project/registration/src/components/Template/Services/ProjectServices.vue +141 −0 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/TemplateCard.vue +14 −4 Go to diff View file
M src/www/scripts/project/registration/src/type.ts +9 −0 Go to diff View file
M src/www/themes/BurningParrot/css/project-registration/_project-registration.scss +1 −0 Go to diff View file
M src/www/themes/BurningParrot/css/project-registration/includes/_cards.scss +9 −0 Go to diff View file
A src/www/themes/BurningParrot/css/project-registration/includes/_services.scss +41 −0 Go to diff View file