Created attachment 43450 [details] Batch item modification display issue In Batch item modification tool, after inserting some codes (in textarea or as file), in second step you should normally see the table with many columns and checkboxes to display/hide each of these columns. But under plack you see only the Title column (see attachment)
Created attachment 43468 [details] [review] Bug 15021: Fix scoping variable in tools/batchMod.pl $tagslib is used in subroutines and should be declare as global. Test plan: On the Batch item modification page, all item fields should be listed, not only the title.
Created attachment 43488 [details] [review] Bug 15021: Fix scoping variable in tools/batchMod.pl $tagslib is used in subroutines and should be declare as global. Test plan: On the Batch item modification page, all item fields should be listed, not only the title. Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Works as expected
*** Bug 15041 has been marked as a duplicate of this bug. ***
Created attachment 43814 [details] [review] [PASSED QA] Bug 15021: Fix scoping variable in tools/batchMod.pl $tagslib is used in subroutines and should be declare as global. Test plan: On the Batch item modification page, all item fields should be listed, not only the title. Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Works as expected Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Patch pushed to master. Thanks Jonathan!