stable

Clone or download

Read-only

feat: Custom primary action in project created modal

The success modal displayed after project creation can have a custom primary action. In the context of program management the primary action should be the ability to configure the teams. In order to test it you should add the following parameter: xml_template_name=program_management_program in the url after a project creation. It will be used for real later when the UI to create project based on program will be merged. Part of story #22210: select SAFe templates at project creation Change-Id: Iccc952bb21863c02e4ebbfc9f88af62933badd64

Modified Files

Name
M plugins/program_management/include/DisplayProgramBacklogController.php +1 −1 Go to diff View file
M plugins/program_management/include/RedirectParameterInjector.php +1 −1 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +15 −0 Go to diff View file
M plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po +8 −5 Go to diff View file
A src/common/Dashboard/Project/DisplayCreatedProjectModalPresenter.php +65 −0 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardController.php +10 −3 Go to diff View file
M src/common/Dashboard/Project/ProjectPagePresenter.php +8 −10 Go to diff View file
M src/templates/dashboard/project.mustache +5 −3 Go to diff View file
M src/templates/project/registration/creation/project-dashboard-creation-success-modal.mustache +37 −19 Go to diff View file
M src/themes/BurningParrot/css/project-registration-creation/project-creation-modal.scss +4 −0 Go to diff View file