Bugzilla – Attachment 142466 Details for
Bug 31923
'Ignore' tab description is misleading
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31923: 'Ignore' tab description is misleading
Bug-31923-Ignore-tab-description-is-misleading.patch (text/plain), 3.29 KB, created by
David Nind
on 2022-10-23 20:21:55 UTC
(
hide
)
Description:
Bug 31923: 'Ignore' tab description is misleading
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-10-23 20:21:55 UTC
Size:
3.29 KB
patch
obsolete
>From 1d4c8cfd50faf928be03130c04b18f2b7f58edb4 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Fri, 21 Oct 2022 17:34:13 -0400 >Subject: [PATCH] Bug 31923: 'Ignore' tab description is misleading > >This patch modifies the description of the 'Ignore' tab in >MARC bibliographic and authority framework administration >to add that not only does the 'ignored' subfield not appear >in the editor, but the subfield will also be deleted from the >record. > >To test: >1. Go to Administration > MARC bibliographic framework >2. Click 'Actions' next to any framework and choose 'MARC structure' >3. Click 'Actions' next to any field and choose 'Edit subfields' >4. Check the hint/description under 'Managed in tab' and make sure it > - makes sense > - is written in correct english (syntax and spelling) > - mentions that the subfield's value will be deleted from the record >5. Go to Administration > Authority types >6. Redo steps 2-4 for authority frameworks > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../prog/en/modules/admin/auth_subfields_structure.tt | 2 +- > .../prog/en/modules/admin/marc_subfields_structure.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >index 51a8363afa..3b55e997b9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >@@ -164,7 +164,7 @@ > [%- END -%] > [%- END -%] > </select> >- <div class="hint">Ignore means that the subfield does not display in the record editor</div> >+ <div class="hint">Ignore means that the subfield does not display in the record editor and that its value, if any, is deleted from the record</div> > </li> > <li> > <fieldset> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >index 402a770aa6..2e8124e74d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >@@ -226,7 +226,7 @@ > <option value="10">items (10)</option> > [%- END -%] > </select> >- <div class="hint">Ignore means that the subfield does not display in the record editor</div> >+ <div class="hint">Ignore means that the subfield does not display in the record editor and that its value, if any, is deleted from the record</div> > </li> > </ol> > </fieldset> <!-- /.rows --> >-- >2.30.2
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 31923
:
142440
|
142444
|
142445
|
142446
|
142447
|
142448
|
142466
|
142467
|
142565
|
142566