Bugzilla – Attachment 141854 Details for
Bug 31724
MARC framework subfield deletion - 'i' added to end of the breadcrumb on confirm deletion page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31724: Remove 'i' from breadcrumb when deleting a MARC framework subfield
Bug-31724-Remove-i-from-breadcrumb-when-deleting-a.patch (text/plain), 1.85 KB, created by
Jonathan Druart
on 2022-10-14 06:49:45 UTC
(
hide
)
Description:
Bug 31724: Remove 'i' from breadcrumb when deleting a MARC framework subfield
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-10-14 06:49:45 UTC
Size:
1.85 KB
patch
obsolete
>From 963aac7192a386ae29767b8ebad4447a1d8943a4 Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Sun, 9 Oct 2022 21:44:37 +0000 >Subject: [PATCH] Bug 31724: Remove 'i' from breadcrumb when deleting a MARC > framework subfield > >Remove 'i' added to the end of the breadcrumb on the confirmation page >when deleteing a MARC framework subfield. > >Test plan: >1. Go to Administration > MARC bibliographic frameworks. >2. View the subfields for a tag for a framework, for example: > . BKS framework > Actions > MARC structure > . Search for tag 245 > . Select Actions > View subfields. >3. Select any subfield to delete and select the Delete button. >4. Note that there is an 'i' at the end of the breadcrumb, for example: > . ... > Confirm deletion of subfield bi >5. Apply the patch. >6. Refresh the page and note that that 'i' is removed. >7. Sign off. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../prog/en/modules/admin/marc_subfields_structure.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 ff285a7cb00..402a770aa68 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 >@@ -92,7 +92,7 @@ > </li> > <li> > <a href="#" aria-current="page"> >- Confirm deletion of subfield [% mss.tagsubfield | html %]i >+ Confirm deletion of subfield [% mss.tagsubfield | html %] > </a> > </li> > [% END %] >-- >2.25.1
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 31724
:
141560
|
141591
|
141592
| 141854