stable
Clone or download
Read-only
part of story #14291 Beautiful tracker creation How to test: In new tracker UI, you now have a "Empty" card If you create a project with this option you will have a tracker created from /tracker/ressources/templates/Tracker_Empty.xml Change-Id: Iaf81f4f95fd260b43c831bff401d8d038d8e940f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Creation/TrackerCreationProcessorController.php | +9 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/po/fr_FR.po | +6 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/StepOne.vue | +3 | −0 | Go to diff View file |
A | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerEmpty/TrackerEmptyCard.vue | +46 | −0 | Go to diff View file |
A | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerEmpty/TrackerEmptyCardDescription.vue | +29 | −0 | Go to diff View file |
A | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/svg/SvgTrackerEmpty.vue | +80 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/StepTwo.test.ts | +37 | −4 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/StepTwo.vue | +6 | −0 | Go to diff View file |
A | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldTrackerEmpty.vue | +35 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/getters.test.ts | +12 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/getters.ts | +9 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/type.ts | +2 | −1 | Go to diff View file |