Bug 10182

Summary: Save and continue editing should be improved
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: CatalogingAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P5 - low CC: dcook, gmcharlt, m.de.rooy
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 7883    
Bug Blocks:    
Attachments: Bug 10182: Stay on the same tab after saving a biblio
[SIGNED OFF] Bug 10182: Stay on the same tab after saving a biblio
Bug 10182: Stay on the same tab after saving a biblio

Description Jonathan Druart 2013-05-03 09:52:01 UTC
When editing a biblio, the bug 7883 introduces the "save and continue editing" feature.
After saving, the page is loaded with the first tab selected. It would be great to stay on the same tab after saving.
Comment 1 Jonathan Druart 2013-05-03 09:56:05 UTC Comment hidden (obsolete)
Comment 2 David Cook 2013-05-10 07:16:38 UTC Comment hidden (obsolete)
Comment 3 Kyle M Hall (khall) 2013-06-14 15:58:50 UTC
Created attachment 19017 [details] [review]
Bug 10182: Stay on the same tab after saving a biblio

When editing a biblio, the bug 7883 introduces the "save and continue
editing" feature.
After saving, the page is loaded with the first tab selected.
This patch refresh the page with the same tab selected.

Test plan:
1/ Edit a biblio.
2/ Clic on the 5th tab.
3/ Clic on the "Save and continue editing" button.
4/ You are redirected on the same page with the same tab selected

Signed-off-by: David Cook <dcook@prosentient.com.au>

Applied 7883, then applied 10182.
Works as described.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Passes koha-ql.pl and perlcritic. No adverse changes noted. Works as
advertised.
Comment 4 Galen Charlton 2013-06-17 20:06:20 UTC
Pushed to master.  Thanks, Jonathan!