Bug 31724: Remove 'i' from breadcrumb when deleting a MARC framework subfield
authorDavid Nind <david@davidnind.com>
Sun, 9 Oct 2022 21:44:37 +0000 (21:44 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 14 Oct 2022 12:32:09 +0000 (09:32 -0300)
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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt

index ff285a7..402a770 100644 (file)
@@ -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 %]