Bug 29263

Summary: Return to Additional Contents listview after editing such an item
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: ToolsAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: jonathan.druart, kyle
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
21.11.00
Bug Depends on: 24387    
Bug Blocks:    
Attachments: Bug 29263: (bug 24387 follow-up) Fix 'Cancel' link when editing a html custom
Bug 29263: (bug 24387 follow-up) Fix 'Cancel' link when editing a html custom
Bug 29263: (bug 24387 follow-up) Fix 'Cancel' link when editing a html custom

Description Marcel de Rooy 2021-10-18 10:14:04 UTC
From bug 24223

> Going back from an additional contents item, I should be returning to
> additional contents, not news.

Indeed, an that's an easy to fix.

Please report on a separate bug report and link it with bug 24387.
Comment 1 Jonathan Druart 2021-10-18 12:54:50 UTC
Created attachment 126434 [details] [review]
Bug 29263: (bug 24387 follow-up) Fix 'Cancel' link when editing a html custom

When editing content that is a html customization, the 'cancel' link
should redirect to the html custom list, not the 'news' list.

Test plan:
Create or edit a html customization, click the 'Cancel' link
=> You should be redirected to the html custom list
Comment 2 Marcel de Rooy 2021-10-18 13:08:38 UTC
Created attachment 126435 [details] [review]
Bug 29263: (bug 24387 follow-up) Fix 'Cancel' link when editing a html custom

When editing content that is a html customization, the 'cancel' link
should redirect to the html custom list, not the 'news' list.

Test plan:
Create or edit a html customization, click the 'Cancel' link
=> You should be redirected to the html custom list

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 3 Katrin Fischer 2021-10-18 21:14:22 UTC
Created attachment 126461 [details] [review]
Bug 29263: (bug 24387 follow-up) Fix 'Cancel' link when editing a html custom

When editing content that is a html customization, the 'cancel' link
should redirect to the html custom list, not the 'news' list.

Test plan:
Create or edit a html customization, click the 'Cancel' link
=> You should be redirected to the html custom list

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Jonathan Druart 2021-10-19 07:45:20 UTC
Pushed to master for 21.11, thanks to everybody involved!