Would like a 3rd option on the save button in cataloging. Save and continue editing. Should not go out of the current screen a cataloger is looking at.
Created attachment 13554 [details] [review] Rebase for master http://bugs.koha-community.org/show_bug.cgi?id=7882
Comment on attachment 13554 [details] [review] Rebase for master Apologies, slip of the finger on the bug number
Created attachment 14909 [details] [review] Added the ability to save and continue editing in cataloging. This patch adds the ability for catalogers to save and continue editing when adding new biblios. This is helpful in the event of a power failure or perhaps in the event you step away for a sandwich and your co-worker closes your tab to look at cats. To Test: Select an existing item or create a new item in cataloging using your favorite framework. Edit the item From the save menu in the dropdown, select the new option of "Save and continue editing" If you are missing requited fields you should still be prompted to fill them in before saving Once all required fields are in place you should be allowed to save and should be on the same page (You're fresh bib record should also be saved)
Patch tested with a sandbox, by Delaye Stephane <stephane.delaye@biblibre.com>
Created attachment 15500 [details] [review] Added the ability to save and continue editing in cataloging. This patch adds the ability for catalogers to save and continue editing when adding new biblios. This is helpful in the event of a power failure or perhaps in the event you step away for a sandwich and your co-worker closes your tab to look at cats. To Test: Select an existing item or create a new item in cataloging using your favorite framework. Edit the item From the save menu in the dropdown, select the new option of "Save and continue editing" If you are missing requited fields you should still be prompted to fill them in before saving Once all required fields are in place you should be allowed to save and should be on the same page (You're fresh bib record should also be saved) http://bugs.koha-community.org/show_bug.cgi?id=7883 Signed-off-by: Delaye Stephane <stephane.delaye@biblibre.com>
QA Comment: Changes in addbiblio.tt reference some nonexistent files: + [% IF ( CAN_user_editcatalogue_edit_items ) %]<form action="/cgi-bin/koha/cataloguing/additemelliott.pl" method="get"> + </form>[% ELSE %]<form action="/cgi-bin/koha/catalogue/detailelliott.pl" method="get"> + <form action="/cgi-bin/koha/cataloguing/addbibliolasers.pl" method="get"> Marked as Failed QA.
Created attachment 15809 [details] [review] Added the ability to save and continue editing in cataloging. This patch adds the ability for catalogers to save and continue editing when adding new biblios. This is helpful in the event of a power failure or perhaps in the event you step away for a sandwich and your co-worker closes your tab to look at cats. To Test: Select an existing item or create a new item in cataloging using your favorite framework. Edit the item From the save menu in the dropdown, select the new option of "Save and continue editing" If you are missing requited fields you should still be prompted to fill them in before saving Once all required fields are in place you should be allowed to save and should be on the same page (You're fresh bib record should also be saved) http://bugs.koha-community.org/show_bug.cgi?id=7883 Modified: Changed malformed urls in form submits
This needs to be revised to work with the new Bootstrap toolbar.
Created attachment 16102 [details] [review] Bug 7883 - Save and continue editing for cataloging Patch reworked from Elliot Davis' original patch - but using bootstrap instead of YUI. This patch adds the ability for catalogers to save and continue editing when adding new biblios. To Test: Select an existing item or create a new item in cataloging using your favorite framework. Edit the bib From the save menu in the dropdown, select the new option of "Save and continue editing" If you are missing required fields you should still be prompted to fill them in before saving Once all required fields are in place you should be allowed to save, and you will be redirected to tab 0. The original patch claims to redirect to the original tab, but I never observed that behaviour from it - this patch merely takes what was in the original and makes it boostrap.
Created attachment 16224 [details] [review] [SIGNED-OFF] Bug 7883 - Save and continue editing for cataloging Patch reworked from Elliot Davis' original patch - but using bootstrap instead of YUI. This patch adds the ability for catalogers to save and continue editing when adding new biblios. To Test: Select an existing item or create a new item in cataloging using your favorite framework. Edit the bib From the save menu in the dropdown, select the new option of "Save and continue editing" If you are missing required fields you should still be prompted to fill them in before saving Once all required fields are in place you should be allowed to save, and you will be redirected to tab 0. The original patch claims to redirect to the original tab, but I never observed that behaviour from it - this patch merely takes what was in the original and makes it boostrap. Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
QA comment: Works as expected. This patch allows to do a save and to continue editing the same notice. An improvement could be to stay on the same tab after saving. I will open a new report for that. Marked as Passed QA.
Created attachment 17921 [details] [review] Bug 7883 - Save and continue editing for cataloging Patch reworked from Elliot Davis' original patch - but using bootstrap instead of YUI. This patch adds the ability for catalogers to save and continue editing when adding new biblios. To Test: Select an existing item or create a new item in cataloging using your favorite framework. Edit the bib From the save menu in the dropdown, select the new option of "Save and continue editing" If you are missing required fields you should still be prompted to fill them in before saving Once all required fields are in place you should be allowed to save, and you will be redirected to tab 0. The original patch claims to redirect to the original tab, but I never observed that behaviour from it - this patch merely takes what was in the original and makes it boostrap. Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Pushed to master. Thanks, Elliott!