[Bug 32255] New: Cannot use file upload in batch record modification
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 Bug ID: 32255 Summary: Cannot use file upload in batch record modification Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs@lists.koha-community.org Reporter: caroline.cyr-la-rose@inlibro.com QA Contact: testopia@bugs.koha-community.org When using the batch record modification tool with a file of biblionumbers, nothing happens. When we click 'Continue' the file is somehow removed before continuing. To test: 1. Get a file of biblionumbers (if you already have a file, proceed to step 2) 1.1. Go to Reports 1.2. Click on 'Create from SQL' 1.3. Enter a report name (e.g. biblionumbers) 1.4. Enter the following SQL query SELECT biblionumber FROM biblio LIMIT 100 1.5. Click 'Save report' 1.6. Click 'Run report' 1.7. Click 'Download' > 'Tab separated text' 2. Create a MARC modification template (if you already have a MARC modification template, proceed to step 3) 2.1. Go to Cataloging > MARC modification template 2.2. Click 'New template' 2.3. Enter a template name (e.g. Add note) 2.4. Click 'Submit' 2.5. Click 'New action' 2.6. Choose - Add new - Field 500 a - with value Note 2.7. Click 'Add action' 3. Batch modify records 3.1. Go to Cataloging > Batch record modification 3.2. In the 'Upload a file tab', choose the biblionumber file --> Note that the name of the file appears next to the Choose button 3.3. In 'Template', select the MARC modification template 3.4. Click 'Continue' --> The name of the file disappears next to the Choose button and goes back to 'No file chosen' --> Message 'No records were modified.' -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 --- Comment #1 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- Apparently, might be the same as bug 32237, but on a different page. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32237 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 --- Comment #2 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- This goes back all the way to 22.05 at least. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 --- Comment #3 from geraud.frappier@inlibro.com --- Created attachment 144042 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144042&action=edit Bug 32255 : Resolve "Cannot use file upload in batch record modification" When using the batch record modification tool with a file of biblionumbers, nothing happens. When we click 'Continue' the file is somehow removed before continuing. To test: 1. Get a file of biblionumbers (if you already have a file, proceed to step 2) 1.1. Go to Reports 1.2. Click on 'Create from SQL' 1.3. Enter a report name (e.g. biblionumbers) 1.4. Enter the following SQL query SELECT biblionumber FROM biblio LIMIT 100 1.5. Click 'Save report' 1.6. Click 'Run report' 1.7. Click 'Download' > 'Tab separated text' 2. Create a MARC modification template (if you already have a MARC modification template, proceed to step 3) 2.1. Go to Cataloging > MARC modification template 2.2. Click 'New template' 2.3. Enter a template name (e.g. Add note) 2.4. Click 'Submit' 2.5. Click 'New action' 2.6. Choose - Add new - Field 500 a - with value Note 2.7. Click 'Add action' 3. Batch modify records 3.1. Go to Cataloging > Batch record modification 3.2. In the 'Upload a file tab', choose the biblionumber file --> Note that the name of the file appears next to the Choose button 3.3. In 'Template', select the MARC modification template 3.4. Click 'Continue' --> The name of the file disappears next to the Choose button and goes back to 'No file chosen' --> Message 'No records were modified 4. Apply path 4.1. Procede step 3. 4.2. See that we can see the list now -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 geraud.frappier@inlibro.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |geraud.frappier@inlibro.com | |, | |philippe.blouin@inlibro.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 Blou <philippe.blouin@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Thx Geraud, commit message is looking much better. One more small thing: Make sure the format of your subject line is: Bug xxxxx: without the additional space before the :. If you wan the QA test tools on your patches, they will point out such mistakes. If you are using ktd docker, you can just do: qa -v 2. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 144088 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144088&action=edit Bug 32255: Resolve "Cannot use file upload in batch record modification" When using the batch record modification tool with a file of biblionumbers, nothing happens. When we click 'Continue' the file is somehow removed before continuing. To test: 1. Get a file of biblionumbers (if you already have a file, proceed to step 2) 1.1. Go to Reports 1.2. Click on 'Create from SQL' 1.3. Enter a report name (e.g. biblionumbers) 1.4. Enter the following SQL query SELECT biblionumber FROM biblio LIMIT 100 1.5. Click 'Save report' 1.6. Click 'Run report' 1.7. Click 'Download' > 'Tab separated text' 2. Create a MARC modification template (if you already have a MARC modification template, proceed to step 3) 2.1. Go to Cataloging > MARC modification template 2.2. Click 'New template' 2.3. Enter a template name (e.g. Add note) 2.4. Click 'Submit' 2.5. Click 'New action' 2.6. Choose - Add new - Field 500 a - with value Note 2.7. Click 'Add action' 3. Batch modify records 3.1. Go to Cataloging > Batch record modification 3.2. In the 'Upload a file tab', choose the biblionumber file --> Note that the name of the file appears next to the Choose button 3.3. In 'Template', select the MARC modification template 3.4. Click 'Continue' --> The name of the file disappears next to the Choose button and goes back to 'No file chosen' --> Message 'No records were modified 4. Apply path 4.1. Procede step 3. 4.2. See that we can see the list now Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |kyle@bywatersolutions.com |y.org | CC| |kyle@bywatersolutions.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144042|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144088|0 |1 is obsolete| | --- Comment #6 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 144695 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144695&action=edit Bug 32255: Resolve "Cannot use file upload in batch record modification" When using the batch record modification tool with a file of biblionumbers, nothing happens. When we click 'Continue' the file is somehow removed before continuing. To test: 1. Get a file of biblionumbers (if you already have a file, proceed to step 2) 1.1. Go to Reports 1.2. Click on 'Create from SQL' 1.3. Enter a report name (e.g. biblionumbers) 1.4. Enter the following SQL query SELECT biblionumber FROM biblio LIMIT 100 1.5. Click 'Save report' 1.6. Click 'Run report' 1.7. Click 'Download' > 'Tab separated text' 2. Create a MARC modification template (if you already have a MARC modification template, proceed to step 3) 2.1. Go to Cataloging > MARC modification template 2.2. Click 'New template' 2.3. Enter a template name (e.g. Add note) 2.4. Click 'Submit' 2.5. Click 'New action' 2.6. Choose - Add new - Field 500 a - with value Note 2.7. Click 'Add action' 3. Batch modify records 3.1. Go to Cataloging > Batch record modification 3.2. In the 'Upload a file tab', choose the biblionumber file --> Note that the name of the file appears next to the Choose button 3.3. In 'Template', select the MARC modification template 3.4. Click 'Continue' --> The name of the file disappears next to the Choose button and goes back to 'No file chosen' --> Message 'No records were modified 4. Apply path 4.1. Procede step 3. 4.2. See that we can see the list now Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 --- Comment #7 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 Jacob O'Mara <jacob.omara@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.05.00 |23.05.00,22.11.02 released in| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 --- Comment #8 from Jacob O'Mara <jacob.omara@ptfs-europe.com> --- Nice work, thanks everyone! Pushed to 22.11.x for the next release. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com Status|Pushed to stable |Pushed to oldstable Version(s)|23.05.00,22.11.02 |23.05.00,22.11.02,22.05.09 released in| | --- Comment #9 from Lucas Gass <lucas@bywatersolutions.com> --- Backported to 22.05.x for upcoming 22.05.09 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 Arthur Suzuki <arthur.suzuki@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arthur.suzuki@biblibre.com Version(s)|23.05.00,22.11.02,22.05.09 |23.05.00,22.11.02,22.05.09, released in| |21.11.16 Status|Pushed to oldstable |Pushed to oldoldstable --- Comment #10 from Arthur Suzuki <arthur.suzuki@biblibre.com> --- applied to 21.11.x for 21.11.16 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32255 wainuiwitikapark@catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wainuiwitikapark@catalyst.n | |et.nz --- Comment #11 from wainuiwitikapark@catalyst.net.nz --- Not backported to 21.05.x -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org