Summary: | Koha to MARC mapping should suggest to run batchRebuildItemsTables.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Aleisha Amohia <aleisha> |
Component: | System Administration | Assignee: | sasha.anastasi+bugzilla |
Status: | Passed QA --- | QA Contact: | Emily Lamancusa (emlam) <emily.lamancusa> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | david, dcook, emily.lamancusa, gmcharlt, sasha.anastasi+bugzilla |
Version: | Main | Keywords: | Academy |
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | String patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: |
This enhancement updates the information message on the Koha to MARC mapping page to mention that batchRebuildItemsTables.pl should also be run if changes are made to mappings that affect the items table. It currently only mentions running misc/batchRebuildBiblioTables.pl
|
|
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 40343: include running batchRebuildItemsTables.pl in post-MARC-mapping-update instructions
Bug 40343: Include running batchRebuildItemsTables.pl in post-MARC-mapping-update instructions Bug 40343: Include running batchRebuildItemsTables.pl in post-MARC-mapping-update instructions |
Description
Aleisha Amohia
2025-07-11 03:19:00 UTC
Created attachment 184249 [details] [review] Bug 40343: include running batchRebuildItemsTables.pl in post-MARC-mapping-update instructions Test plan: 1. Make a change in Koha to MARC mappings that affect the items table 2. Verify that batchRebuildItemsTables.pl is mentioned as needing to be run Created attachment 184266 [details] [review] Bug 40343: Include running batchRebuildItemsTables.pl in post-MARC-mapping-update instructions This patch updates the information message on the Koha to MARC mapping page to mention that batchRebuildItemsTables.pl should also be run if changes are made to mappings that affect the items table. Test plan: 1. Go to Koha administration > Catalog > Koha to MARC mapping. 2. Note that the information box only mentions running misc/batchRebuildBiblioTables.pl after mapping changes. 3. Apply the patch. 4. Refresh the page. 5. Note that it now also mentions running batchRebuildItemsTables.pl Signed-off-by: David Nind <david@davidnind.com> Thanks Sasha! I've updated the commit message (see the commit message guidelines at https://wiki.koha-community.org/wiki/Commit_messages) and added a draft release note. David Nind Created attachment 184394 [details] [review] Bug 40343: Include running batchRebuildItemsTables.pl in post-MARC-mapping-update instructions This patch updates the information message on the Koha to MARC mapping page to mention that batchRebuildItemsTables.pl should also be run if changes are made to mappings that affect the items table. Test plan: 1. Go to Koha administration > Catalog > Koha to MARC mapping. 2. Note that the information box only mentions running misc/batchRebuildBiblioTables.pl after mapping changes. 3. Apply the patch. 4. Refresh the page. 5. Note that it now also mentions running batchRebuildItemsTables.pl Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> Looks great! Thanks, Sasha! Passing QA |