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.
Created attachment 17922 [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
Created attachment 18056 [details] [review] [SIGNED OFF] 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.
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.
Pushed to master. Thanks, Jonathan!