stable
Clone or download
Read-only
part of story #14640 Complete tracker creation In new tracker creation templates are spit in two different groups - {{company_name}} template with create from template and create from project blocks - advanced template with create from xml and create from empty blocks Change-Id: Ib91b74d4e234307860bf8846acc66fb76e530b69
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Creation/TrackerCreationPresenter.php | +8 | −2 | Go to diff View file |
M | plugins/tracker/package-lock.json | +8 | −3 | Go to diff View file |
M | plugins/tracker/package.json | +2 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/index.ts | +8 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/po/fr_FR.po | +10 | −0 | Go to diff View file |
A | plugins/tracker/scripts/tracker-creation/src/components/steps/layout/StepLayout.test.ts | +56 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/layout/StepLayout.vue | +15 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/StepOne.vue | +6 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/type.ts | +1 | −0 | Go to diff View file |
M | plugins/tracker/templates/tracker-creation/tracker-creation-app.mustache | +1 | −0 | Go to diff View file |
M | plugins/tracker/themes/BurningParrot/css/tracker-creation/includes/_creation-step-layout.scss | +7 | −1 | Go to diff View file |