Bugzilla – Attachment 184394 Details for
Bug 40343
Koha to MARC mapping should suggest to run batchRebuildItemsTables.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40343: Include running batchRebuildItemsTables.pl in post-MARC-mapping-update instructions
Bug-40343-Include-running-batchRebuildItemsTablesp.patch (text/plain), 1.88 KB, created by
Emily Lamancusa (emlam)
on 2025-07-18 14:52:22 UTC
(
hide
)
Description:
Bug 40343: Include running batchRebuildItemsTables.pl in post-MARC-mapping-update instructions
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2025-07-18 14:52:22 UTC
Size:
1.88 KB
patch
obsolete
>From 558d21858ef30b8ee5d6c5605c746119eb57bd1c Mon Sep 17 00:00:00 2001 >From: sashaanastasi <sasha.anastasi@catalyst.net.nz> >Date: Thu, 17 Jul 2025 22:30:31 +0000 >Subject: [PATCH] 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> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt >index b06bc998a4..a42f47598e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt >@@ -32,7 +32,7 @@ > [% WRAPPER 'main-container.inc' aside='admin-menu' %] > <h1>Koha to MARC mapping</h1> > >- <div class="alert alert-info">If you make any change to the mappings, you must ask your administrator to run misc/batchRebuildBiblioTables.pl.</div> >+ <div class="alert alert-info">If you make any change to the mappings, you must ask your administrator to run misc/batchRebuildBiblioTables.pl and batchRebuildItemsTables.pl.</div> > <form action="/cgi-bin/koha/admin/koha2marclinks.pl" method="post" id="koha2marc"> > [% INCLUDE 'csrf-token.inc' %] > >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40343
:
184249
|
184266
| 184394