Description
Heinrich Hartl
2016-02-09 12:25:55 UTC
Created attachment 59994 [details] [review] Bug 15766: Adding descriptions to patron card batches This patch adds a 'description' column to the creator_batches table. The description for a batch can be added and updated using ajax. To test: 1) Apply patch and update database (you will have to restart memcached) 2) Go to Tools -> Patron card creator -> Manage batches 3) There should now be a Description column next to Batch ID. This will be empty (as none of the batches have descriptions yet) 4) Click Edit for any batch 5) Notice new Batch description text field. Enter a description for the batch in here and click Save description. Some text should show saying the description was saved. 6) If you go back to the manage batches page, the description should now show under the Description column. Sponsored-by: Catalyst IT This patch also adds an svc/patroncards file, for if anyone were to add ajax stuff to the patroncards module in the future. Created attachment 59998 [details] [review] Bug 15766: Adding descriptions to label batches Same fix, but for Label creator. Follow same test plan but in Tools->Label creator. Sponsored-by: Catalyst IT Created attachment 59999 [details] [review] Bug 15766: Changing code to use svc/creator_batches so file can be used for both modules Sponsored-by: Catalyst IT Hello, I am getting a problem with the ''Save Description'' button, which is in the ''Edit'' action. It seems to do nothing when you click on it. Patch tested with a sandbox, by Eric Gosselin <eric.gosselin@inlibro.com> Created attachment 61462 [details] [review] Bug 15766: Adding descriptions to patron card batches This patch adds a 'description' column to the creator_batches table. The description for a batch can be added and updated using ajax. To test: 1) Apply patch and update database (you will have to restart memcached) 2) Go to Tools -> Patron card creator -> Manage batches 3) There should now be a Description column next to Batch ID. This will be empty (as none of the batches have descriptions yet) 4) Click Edit for any batch 5) Notice new Batch description text field. Enter a description for the batch in here and click Save description. Some text should show saying the description was saved. 6) If you go back to the manage batches page, the description should now show under the Description column. Sponsored-by: Catalyst IT Signed-off-by: Eric Gosselin <eric.gosselin@inlibro.com> Created attachment 61463 [details] [review] Bug 15766: Adding descriptions to label batches Same fix, but for Label creator. Follow same test plan but in Tools->Label creator. Sponsored-by: Catalyst IT Signed-off-by: Eric Gosselin <eric.gosselin@inlibro.com> Created attachment 61464 [details] [review] Bug 15766: Changing code to use svc/creator_batches so file can be used for both modules Sponsored-by: Catalyst IT Signed-off-by: Eric Gosselin <eric.gosselin@inlibro.com> Didn't signoff the right bug, my bad ! Still valid on current master. Applies cleanly. Created attachment 63221 [details] [review] Bug 15766: Adding descriptions to patron card batches This patch adds a 'description' column to the creator_batches table. The description for a batch can be added and updated using ajax. To test: 1) Apply patch and update database (you will have to restart memcached) 2) Go to Tools -> Patron card creator -> Manage batches 3) There should now be a Description column next to Batch ID. This will be empty (as none of the batches have descriptions yet) 4) Click Edit for any batch 5) Notice new Batch description text field. Enter a description for the batch in here and click Save description. Some text should show saying the description was saved. 6) If you go back to the manage batches page, the description should now show under the Description column. Sponsored-by: Catalyst IT Signed-off-by: Eric Gosselin <eric.gosselin@inlibro.com> Tested on current master, works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 63222 [details] [review] Bug 15766: Adding descriptions to label batches Same fix, but for Label creator. Follow same test plan but in Tools->Label creator. Sponsored-by: Catalyst IT Signed-off-by: Eric Gosselin <eric.gosselin@inlibro.com> Tested on current master, works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 63223 [details] [review] Bug 15766: Changing code to use svc/creator_batches so file can be used for both modules Sponsored-by: Catalyst IT Signed-off-by: Eric Gosselin <eric.gosselin@inlibro.com> Tested on current master, works as expected. Signed-off-by: Marc Véron <veron@veron.ch> FAIL svc/patroncards FAIL git manipulation The file has been added and deleted in the same patchset Please adjust your patch set. Created attachment 66515 [details] [review] Bug 15766: Adding descriptions to patron card batches This patch adds a 'description' column to the creator_batches table. The description for a batch can be added and updated using ajax. To test: 1) Apply patch and update database (you will have to restart memcached) 2) Go to Tools -> Patron card creator -> Manage batches 3) There should now be a Description column next to Batch ID. This will be empty (as none of the batches have descriptions yet) 4) Click Edit for any batch 5) Notice new Batch description text field. Enter a description for the batch in here and click Save description. Some text should show saying the description was saved. 6) If you go back to the manage batches page, the description should now show under the Description column. 7) Go to Tools -> Label Creator -> Manage labels 8) Repeat steps 3 to 6 Sponsored-by: Catalyst IT Thx for updating your patch. If I look at Manage Batches and click Edit, I can add a description and save it by clicking on the link next to the text box. After that we have a text field for borrowernumbers and a series of buttons. This does not really look good. I am no design expert, but could you ask around for some advice in that regard (maybe Owen) ? Created attachment 67305 [details] [review] Bug 15766: [FOLLOW-UP] Making 'Save description' link a button For consistency's sake in response to Comment 17. There seems to be a bug in this patch set. I have run the database update and restart_all, but when I click on "Save description" there is no visual feedback and nothing happens. Also internal server error when I try to save my patron card batch: DBD::mysql::st execute failed: called with 4 bind variables when 5 are needed [for Statement "INSERT INTO creator_batches (batch_id, description, borrower_number, branch_code, creator) VALUES (?,?,?,?,?);" with ParamValues: 0=Null!, 1=Null!, 2=Null!, 3=Null!, 4=Null!] at /home/vagrant/kohaclone/C4/Creators/Batch.pm line 71. Database returned the following error on attempted INSERT: called with 4 bind variables when 5 are needed at /home/vagrant/kohaclone/C4/Creators/Batch.pm line 73. Can't use string ("-2") as a HASH ref while "strict refs" in use at /home/vagrant/kohaclone/patroncards/edit-batch.pl line 124. Created attachment 67862 [details] [review] Bug 15766: [FOLLOW-UP] Save description link as button on patroncard side (In reply to Katrin Fischer from comment #19) > There seems to be a bug in this patch set. I have run the database update > and restart_all, but when I click on "Save description" there is no visual > feedback and nothing happens. > > Also internal server error when I try to save my patron card batch: > DBD::mysql::st execute failed: called with 4 bind variables when 5 are > needed [for Statement "INSERT INTO creator_batches (batch_id, description, > borrower_number, branch_code, creator) VALUES (?,?,?,?,?);" with > ParamValues: 0=Null!, 1=Null!, 2=Null!, 3=Null!, 4=Null!] at > /home/vagrant/kohaclone/C4/Creators/Batch.pm line 71. > Database returned the following error on attempted INSERT: called with 4 > bind variables when 5 are needed at > /home/vagrant/kohaclone/C4/Creators/Batch.pm line 73. > Can't use string ("-2") as a HASH ref while "strict refs" in use at > /home/vagrant/kohaclone/patroncards/edit-batch.pl line 124. Hi Katrin, Everything still works for me and I can't see this error when I test. Is someone else please able to test and see if they can replicate this error? On the other hand you did make me realise that I hadn't made the fix from comment 18 on the patroncard side, so I've implemented that. Hi Aleisha, I am sorry, but I am still having the same troubles: - No feedback on pushing the button - Errors in the logs for patron card creator: Can't use string ("-2") as a HASH ref while "strict refs" in use at /home/vagrant/kohaclone/svc/creator_batches line 65. DBD::mysql::st execute failed: called with 4 bind variables when 5 are needed [for Statement "INSERT INTO creator_batches (batch_id, description, item_number, branch_code, creator) VALUES (?,?,?,?,?);" with ParamValues: 0=Null!, 1=Null!, 2=Null!, 3=Null!, 4=Null!] at /home/vagrant/kohaclone/C4/Creators/Batch.pm line 71. Database returned the following error on attempted INSERT: called with 4 bind variables when 5 are needed at /home/vagrant/kohaclone/C4/Creators/Batch.pm line 73. and label creator, when trying to add an item to a batch: WARNING: An error was encountered and item(s) not added to batch 1. Please have your system administrator check the error log for details. Using kohadevbox, freshly reset database on master. (In reply to Katrin Fischer from comment #22) > Hi Aleisha, > > I am sorry, but I am still having the same troubles: > > - No feedback on pushing the button > - Errors in the logs for patron card creator: > > Can't use string ("-2") as a HASH ref while "strict refs" in use at > /home/vagrant/kohaclone/svc/creator_batches line 65. > DBD::mysql::st execute failed: called with 4 bind variables when 5 are > needed [for Statement "INSERT INTO creator_batches (batch_id, description, > item_number, branch_code, creator) VALUES (?,?,?,?,?);" with ParamValues: > 0=Null!, 1=Null!, 2=Null!, 3=Null!, 4=Null!] at > /home/vagrant/kohaclone/C4/Creators/Batch.pm line 71. > Database returned the following error on attempted INSERT: called with 4 > bind variables when 5 are needed at > /home/vagrant/kohaclone/C4/Creators/Batch.pm line 73. > > and label creator, when trying to add an item to a batch: > > WARNING: An error was encountered and item(s) not added to batch 1. Please > have your system administrator check the error log for details. > > Using kohadevbox, freshly reset database on master. Oh I think I understand the issue - when you add a new batch, it doesn't get given a true ID until you add an item, and my patch needs an ID to attach a description to. I will add a follow up that hides the description field and button unless the batch has an ID. Created attachment 68282 [details] [review] Bug 15766: [FOLLOW-UP] Hide description field if the batch is empty because if it's empty, it hasn't actually been created yet. Hiding the field prevents a lot of errors Sponsored-by: Catalyst IT Created attachment 68359 [details] [review] Bug 15766: Adding descriptions to patron card batches This patch adds a 'description' column to the creator_batches table. The description for a batch can be added and updated using ajax. To test: 1) Apply patch and update database (you will have to restart memcached) 2) Go to Tools -> Patron card creator -> Manage batches 3) There should now be a Description column next to Batch ID. This will be empty (as none of the batches have descriptions yet) 4) Click Edit for any batch 5) Notice new Batch description text field. Enter a description for the batch in here and click Save description. Some text should show saying the description was saved. 6) If you go back to the manage batches page, the description should now show under the Description column. 7) Go to Tools -> Label Creator -> Manage labels 8) Repeat steps 3 to 6 Sponsored-by: Catalyst IT Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 68360 [details] [review] Bug 15766: [FOLLOW-UP] Making 'Save description' link a button For consistency's sake in response to Comment 17. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 68361 [details] [review] Bug 15766: [FOLLOW-UP] Save description link as button on patroncard side Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 68362 [details] [review] Bug 15766: [FOLLOW-UP] Hide description field if the batch is empty because if it's empty, it hasn't actually been created yet. Hiding the field prevents a lot of errors Sponsored-by: Catalyst IT Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signing off, the errors I encountered are all fixed. Usability of this still feels a bit awkward and could be improved in the future. 2 things: - Adding a description is only possible after adding the first items. This might be irritating to some. - When you enter a description but forget to save and then add items, the description is emptied out. The separation of the forms could be visually more clear. I am not sure about this workflow either, I am the one responsible for batches not existing until you add an item I think, so feel a bit responsible :-) I would suggest 1 - move the 'Save description' button into the toolbar with the other buttons 2 - disable it until an item is added with a tooltip 'Add an item to create the batch and save description' 3 - Have the 'Add item' button also trigger an update of the description if it has been changed Would that make sense Aleisha? Aleisha, can you please take a look at Nicks and my comments? Thx! Created attachment 75213 [details] [review] Bug 15766: Adding descriptions to patron card batches This patch adds a 'description' column to the creator_batches table. The description for a batch can be added and updated using ajax. To test: 1) Apply patch and update database (you will have to restart memcached) 2) Go to Tools -> Patron card creator -> Manage batches 3) There should now be a Description column next to Batch ID. This will be empty (as none of the batches have descriptions yet) 4) Click Edit for any batch 5) Notice new Batch description text field. Enter a description for the batch in here and click Save description. Some text should show saying the description was saved. 6) If you go back to the manage batches page, the description should now show under the Description column. 7) Go to Tools -> Label Creator -> Manage labels 8) Repeat steps 3 to 6 Sponsored-by: Catalyst IT Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 75214 [details] [review] Bug 15766: [FOLLOW-UP] Making 'Save description' link a button For consistency's sake in response to Comment 17. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 75215 [details] [review] Bug 15766: [FOLLOW-UP] Save description link as button on patroncard side Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 75216 [details] [review] Bug 15766: [FOLLOW-UP] Hide description field if the batch is empty because if it's empty, it hasn't actually been created yet. Hiding the field prevents a lot of errors Sponsored-by: Catalyst IT Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 75715 [details] [review] Bug 15766: (follow-up) Correct merge errors This patch corrects some problems applying this on current master and removes an old merge conflict marker. Although this was marked "Failed QA," it looks like it is ready for testing since there are no QA comments posted after the latest patches. (In reply to Owen Leonard from comment #37) > Although this was marked "Failed QA," it looks like it is ready for testing > since there are no QA comments posted after the latest patches. Hey Owen, I am currently working on Nick and Katrin's comments so will set to Assigned until my follow-up patch is ready. Created attachment 75843 [details] [review] Bug 15766: [FOLLOW-UP] Fixing layout of description button This patch moves the 'Save' button to the toolbar as suggested. The description textbox and 'Save' button are hidden if the batch is new and appears when items are added. Created attachment 79839 [details] [review] Bug 15766: Adding descriptions to patron card batches This patch adds a 'description' column to the creator_batches table. The description for a batch can be added and updated using ajax. To test: 1) Apply patch and update database (you will have to restart memcached) 2) Go to Tools -> Patron card creator -> Manage batches 3) There should now be a Description column next to Batch ID. This will be empty (as none of the batches have descriptions yet) 4) Click Edit for any batch 5) Notice new Batch description text field. Enter a description for the batch in here and click Save description. Some text should show saying the description was saved. 6) If you go back to the manage batches page, the description should now show under the Description column. 7) Go to Tools -> Label Creator -> Manage labels 8) Repeat steps 3 to 6 Sponsored-by: Catalyst IT Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 79840 [details] [review] Bug 15766: (follow-up) Making 'Save description' link a button For consistency's sake in response to Comment 17. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 79841 [details] [review] Bug 15766: (follow-up) Save description link as button on patroncard side Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 79842 [details] [review] Bug 15766: (follow-up) Hide description field if the batch is empty Because if it's empty, it hasn't actually been created yet. Hiding the field prevents a lot of errors Sponsored-by: Catalyst IT Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 79843 [details] [review] Bug 15766: (follow-up) Correct merge errors This patch corrects some problems applying this on current master and removes an old merge conflict marker. Created attachment 79844 [details] [review] Bug 15766: (follow-up) Fixing layout of description button This patch moves the 'Save' button to the toolbar as suggested. The description textbox and 'Save' button are hidden if the batch is new and appears when items are added. Patches rebased. Created attachment 79845 [details] [review] Bug 15766: (follow-up) Correct merge errors This patch corrects some problems applying this on current master and removes an old merge conflict marker. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 79846 [details] [review] Bug 15766: (follow-up) Fixing layout of description button This patch moves the 'Save' button to the toolbar as suggested. The description textbox and 'Save' button are hidden if the batch is new and appears when items are added. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Not do disagree with our RM, but I think I liked the button better next to the field as the behavior is a bit uncommon and it would serve as a visual reminder that you have to save this separately. But NOT blocker! Created attachment 80446 [details] [review] Bug 15766: Adding descriptions to patron card batches This patch adds a 'description' column to the creator_batches table. The description for a batch can be added and updated using ajax. To test: 1) Apply patch and update database (you will have to restart memcached) 2) Go to Tools -> Patron card creator -> Manage batches 3) There should now be a Description column next to Batch ID. This will be empty (as none of the batches have descriptions yet) 4) Click Edit for any batch 5) Notice new Batch description text field. Enter a description for the batch in here and click Save description. Some text should show saying the description was saved. 6) If you go back to the manage batches page, the description should now show under the Description column. 7) Go to Tools -> Label Creator -> Manage labels 8) Repeat steps 3 to 6 Sponsored-by: Catalyst IT Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 80447 [details] [review] Bug 15766: (follow-up) Making 'Save description' link a button For consistency's sake in response to Comment 17. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 80448 [details] [review] Bug 15766: (follow-up) Save description link as button on patroncard side Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 80449 [details] [review] Bug 15766: (follow-up) Hide description field if the batch is empty Because if it's empty, it hasn't actually been created yet. Hiding the field prevents a lot of errors Sponsored-by: Catalyst IT Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 80450 [details] [review] Bug 15766: (follow-up) Correct merge errors This patch corrects some problems applying this on current master and removes an old merge conflict marker. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 80451 [details] [review] Bug 15766: (follow-up) Fixing layout of description button This patch moves the 'Save' button to the toolbar as suggested. The description textbox and 'Save' button are hidden if the batch is new and appears when items are added. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 81070 [details] [review] Bug 15766: Fix incorrect GROUP BY 'koha_kohadev.creator_batches.description' isn't in GROUP BY Fix t/db_dependent/Creators/Lib.t if strict sql modes is on Awesome work all! Pushed to master for 18.11 Created attachment 81084 [details] [review] Bug 15766: Update tests Created attachment 81086 [details] [review] Bug 15766: Update tests Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> (In reply to Jonathan Druart from comment #59) > Created attachment 81086 [details] [review] [review] > Bug 15766: Update tests > > Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 18.11 Enhancement will not be backported to 18.05.x series. *** Bug 5169 has been marked as a duplicate of this bug. *** |