stable

Clone or download

Read-only

Display the project onwing the selected template on step 2

Please note: This feature is only available for creation options requiring to select a tracker inside a project, that is to say [Template] and [Tracker from another project]. part of: story #14640 Complete tracker creation How to test: - Choose [template] as creation option and select a tracker --> On step 2, the project name is displayed in the properties above the form - Repeat for [Tracker from another project] --> Same thing - For [empty] and [xml import] --> Only the template name is displayed Change-Id: I855348961108d7d95ba96da869cae6549730e9b9

Modified Files

Name
M plugins/tracker/scripts/tracker-creation/po/fr_FR.po +3 −0 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldChosenTemplate.test.ts +22 −4 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldChosenTemplate.vue +32 −7 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/getters.test.ts +53 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/getters.ts +16 −1 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/tracker-creation/includes/_creation-step-layout.scss +13 −1 Go to diff View file