stable
Clone or download
Read-only
part of: story #14291 Beautiful tracker creation How to test: - When the name and/or shortname match an existing name and/or shortname: --> A message is displayed below the field --> The manual mode of shortname input is toggled temporarily until it is fixed --> The [Create my tracker] button is disabled until the chosen name and shortname are new in the project and the shortname repects the expected format Change-Id: Id005372c52b2f3b75cd72a581051a6857e0d23b7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Creation/TrackerCreationPresenter.php | +12 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/TrackerCreationPresenterBuilder.php | +24 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Creation/TrackerCreationPresenterBuilderTest.php | +21 | −9 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/index.ts | +13 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/po/fr_FR.po | +11 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldName.test.ts | +13 | −2 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldName.vue | +11 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldShortname.test.ts | +12 | −3 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldShortname.vue | +15 | −2 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/getters.test.ts | +84 | −3 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/getters.ts | +18 | −8 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/type.ts | +6 | −0 | Go to diff View file |
M | plugins/tracker/templates/tracker-creation/tracker-creation-app.mustache | +1 | −0 | Go to diff View file |