Details
-
Bug
-
Resolution: Cannot Reproduce
-
Neutral
-
None
-
None
-
-
Empty show more show less
-
Add-Ons 44
-
2
Description
Steps to reproduce:
1 Create a test
2 Create another test
3 Select them and click on Delete Action.
4. Confirm the dialog
Results: only one of the test gets deleted, the other fails with the following error:
```
2020-07-15 10:22:15,721 ERROR fo.magnolia.abtesting.app.actions.DeleteTestAction: Couldn't unpublish ab-test.
info.magnolia.ui.api.action.ActionExecutionException: Action execution failed for action: unpublish
at info.magnolia.ui.api.action.AbstractActionExecutor.execute(AbstractActionExecutor.java:64) ~[magnolia-ui-api-6.2.1.jar:?]
at info.magnolia.abtesting.app.actions.AbstractTestAction.unpublish(AbstractTestAction.java:100) ~[magnolia-abtesting-ui-1.0-SNAPSHOT.jar:?]
at info.magnolia.abtesting.app.actions.DeleteTestAction.deleteTest(DeleteTestAction.java:106) ~[magnolia-abtesting-ui-1.0-SNAPSHOT.jar:?]
```
Expected results: Both tests get deleted