[Bug 6018] New: Batch modifitcation of items Enchancements
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 Bug #: 6018 Summary: Batch modifitcation of items Enchancements Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Tools AssignedTo: gmcharlt@gmail.com ReportedBy: chris@bigballofwax.co.nz QAContact: koha-bugs@lists.koha-community.org Blocks: 5992 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 --- Comment #1 from Chris Cormack <chris@bigballofwax.co.nz> 2011-03-31 02:14:26 UTC --- Created attachment 3561 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3561 Proposed Patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 --- Comment #2 from Chris Cormack <chris@bigballofwax.co.nz> 2011-03-31 02:14:43 UTC --- Created attachment 3562 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3562 Followup patch -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 --- Comment #3 from Chris Cormack <chris@bigballofwax.co.nz> 2011-03-31 02:34:15 UTC --- MT3269 : BatchMod Feature blanking subfields there is now a checkbox after each label that you can check in order to wipe out the corresponding subfield in all the items MT3269 Fixing tools/batchMod.pl tags/subfields display display all the subfields used in framework no matter if they are hidden or shown -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|gmcharlt@gmail.com |henridamien@koha-fr.org -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com Patch Status|Needs Signoff |Failed QA --- Comment #4 from Nicole C. Engard <nengard@gmail.com> 2011-03-31 14:27:38 UTC --- On testing the first patch I find that only the first item has it's value changed. I had 2 items and chose a shelving location value and it only applied to the first item - not both of them. I also chose to remove that shelving location using the checkbox and nothing happened ... when I applied the follow up I got the following on the batch item mod page: Software error: syntax error at /home/nengard/kohaclone/tools/batchMod.pl line 326, near "elsif" Global symbol "@authorised_values" requires explicit package name at /home/nengard/kohaclone/tools/batchMod.pl line 327. Global symbol "$tag" requires explicit package name at /home/nengard/kohaclone/tools/batchMod.pl line 327. Global symbol "$subfield" requires explicit package name at /home/nengard/kohaclone/tools/batchMod.pl line 327. Global symbol "@authorised_values" requires explicit package name at /home/nengard/kohaclone/tools/batchMod.pl line 331. Global symbol "%authorised_lib" requires explicit package name at /home/nengard/kohaclone/tools/batchMod.pl line 332. syntax error at /home/nengard/kohaclone/tools/batchMod.pl line 336, near "}" Global symbol "$tag" requires explicit package name at /home/nengard/kohaclone/tools/batchMod.pl line 337. Global symbol "$subfield" requires explicit package name at /home/nengard/kohaclone/tools/batchMod.pl line 337. Global symbol "@authorised_values" requires explicit package name at /home/nengard/kohaclone/tools/batchMod.pl line 338. Global symbol "$tag" requires explicit package name at /home/nengard/kohaclone/tools/batchMod.pl line 338. Global symbol "$subfield" requires explicit package name at /home/nengard/kohaclone/tools/batchMod.pl line 338. Global symbol "$value" requires explicit package name at /home/nengard/kohaclone/tools/batchMod.pl line 345. Global symbol "$value" requires explicit package name at /home/nengard/kohaclone/tools/batchMod.pl line 345. Global symbol "@authorised_values" requires explicit package name at /home/nengard/kohaclone/tools/batchMod.pl line 347. Global symbol "%authorised_lib" requires explicit package name at /home/nengard/kohaclone/tools/batchMod.pl line 348. Global symbol "$value" requires explicit package name at /home/nengard/kohaclone/tools/batchMod.pl line 350. Global symbol "$value" requires explicit package name at /home/nengard/kohaclone/tools/batchMod.pl line 350. syntax error at /home/nengard/kohaclone/tools/batchMod.pl line 353, near "}" /home/nengard/kohaclone/tools/batchMod.pl has too many errors. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 --- Comment #5 from Nicole C. Engard <nengard@gmail.com> 2011-03-31 14:30:15 UTC --- I tested without the patches to confirm that modification did work before the patch and when I modified both items both items were changed - so this patch breaks the tool. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 Alex Arnaud <alex.arnaud@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |6068 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain@biblibre.com AssignedTo|henridamien@koha-fr.org |julian.maurice@biblibre.com --- Comment #6 from MJ Ray (software.coop) <mjr@ttllp.co.uk> 2011-04-06 13:51:49 UTC --- This bug is mentioned in: Bug 6018 : MT3269 : BatchMod Feature blanking subfields http://lists.koha-community.org/pipermail/koha-patches/2011-March/014386.htm... Bug 6018 : MT3269 Fixing tools/batchMod.pl tags/subfields display http://lists.koha-community.org/pipermail/koha-patches/2011-March/014387.htm... --- Comment #7 from Paul Poulain <paul.poulain@biblibre.com> 2011-04-08 15:15:43 UTC --- Julian, can you have a look please ? It works well on biblibre/master, libraries have used this for months and on thousands of items at once. (Or maybe bug chris_c) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Does not apply --- Comment #8 from Julian Maurice <julian.maurice@biblibre.com> 2011-12-02 14:07:34 UTC --- It seems that the first patch is already in master (see bug 6068). But the second patch does not apply on master. Applying: Bug 6018 : MT3269 Fixing tools/batchMod.pl tags/subfields display /home/julian/koha/versions/community-master/.git/rebase-apply/patch:14: trailing whitespace. use C4::Branch; /home/julian/koha/versions/community-master/.git/rebase-apply/patch:50: space before tab in indent. next if ($tag ne $itemtagfield); /home/julian/koha/versions/community-master/.git/rebase-apply/patch:56: space before tab in indent. next if (!defined ($tagslib->{$tag}->{$subfield}->{'tab'}) || $tagslib->{$tag}->{$subfield}->{'tab'} eq -1); /home/julian/koha/versions/community-master/.git/rebase-apply/patch:89: trailing whitespace. $attributes_no_value = qq(disabled="disabled"); /home/julian/koha/versions/community-master/.git/rebase-apply/patch:162: trailing whitespace. error: patch failed: tools/batchMod.pl:27 error: tools/batchMod.pl: patch does not apply Patch failed at 0001 Bug 6018 : MT3269 Fixing tools/batchMod.pl tags/subfields display -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #9 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think the second patch is still needed. I tried batch editing an item from the fast add framework and for example $i does not show up in the list of item fields. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rel_3_4 |master -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3561|0 |1 is obsolete| | -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Second patch does not apply and can't fix the conflict. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 --- Comment #11 from Julian Maurice <julian.maurice@biblibre.com> --- It's an old patch and I don't remember what it does... Is the only need to display all subfields, whatever the hidden value is? In this case I can make another patch much more simple. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 --- Comment #12 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think it might be good to show all subfields, because you can have items from different frameworks on your list easily. Not sure which framework is used in this case currently? There are also fields like onloan you don't want people to batch edit. I am not sure, what the best solution here is. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6018 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |In Discussion -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org