Bug 10182 - Save and continue editing should be improved
Summary: Save and continue editing should be improved
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Jonathan Druart
QA Contact:
URL:
Keywords:
Depends on: 7883
Blocks:
  Show dependency treegraph
 
Reported: 2013-05-03 09:52 UTC by Jonathan Druart
Modified: 2014-12-07 20:03 UTC (History)
3 users (show)

See Also:
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:


Attachments
Bug 10182: Stay on the same tab after saving a biblio (3.34 KB, patch)
2013-05-03 09:56 UTC, Jonathan Druart
Details | Diff | Splinter Review
[SIGNED OFF] Bug 10182: Stay on the same tab after saving a biblio (3.43 KB, patch)
2013-05-10 07:16 UTC, David Cook
Details | Diff | Splinter Review
Bug 10182: Stay on the same tab after saving a biblio (3.57 KB, patch)
2013-06-14 15:58 UTC, Kyle M Hall (khall)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!