stable
Clone or download
Read-only
Using the "Edit" links now has a similar behavior than the creation button of a test definition. Part of story #15094: have more effective test plan Change-Id: Ib016a7eb36f22465bf68481da51bffd56b45ab43
Modified Files
Name | ||||
---|---|---|---|---|
R | plugins/testplan/include/TestDefinition/BacklogItemTestCreationInformationLinkPresenter.php | Go to diff View file | ||
M | plugins/testplan/include/TestDefinition/EventRedirectAfterArtifactCreationOrUpdateProcessor.php | +26 | −18 | Go to diff View file |
M | plugins/testplan/include/TestDefinition/RedirectParameterInjector.php | +35 | −10 | Go to diff View file |
M | plugins/testplan/include/testplanPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/index.ts | +4 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/AddTestButtonWithAdditionalActionsMenu.vue | +1 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCard.test.ts | +40 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCard.vue | +27 | −4 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCard.vue | +4 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardXrefTitle.test.ts | +9 | −3 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardXrefTitle.vue | +9 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/__snapshots__/TestDefinitionCard.test.ts.snap | +1 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/__snapshots__/AddTestButtonWithAdditionalActionsMenu.test.ts.snap | +1 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/__snapshots__/BacklogItemCard.test.ts.snap | +1 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/BacklogItems/url-builder.test.ts | +7 | −4 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/BacklogItems/url-builder.ts | +20 | −6 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-actions.test.ts | +33 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-actions.ts | +15 | −8 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.test.ts | +27 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.ts | +10 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/type.ts | +1 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/type.ts | +1 | −0 | Go to diff View file |
M | plugins/testplan/site-content/fr_FR/LC_MESSAGES/tuleap-testplan.po | +15 | −3 | Go to diff View file |
R | plugins/testplan/templates/backlog-item-test-creation-information-link.mustache | Go to diff View file | ||
M | plugins/testplan/tests/unit/TestDefinition/EventRedirectAfterArtifactCreationOrUpdateProcessorTest.php | +47 | −1 | Go to diff View file |
M | plugins/testplan/tests/unit/TestDefinition/RedirectParameterInjectorTest.php | +89 | −10 | Go to diff View file |
M | plugins/testplan/themes/includes/_backlog-item.scss | +20 | −0 | Go to diff View file |