Bugzilla – Attachment 58363 Details for
Bug 17799
MARC bibliographic frameworks breadcrumbs broken for Default framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 17799: MARC bibliographic frameworks breadcrumbs broken for Default framework
SIGNED-OFF-Bug-17799-MARC-bibliographic-frameworks.patch (text/plain), 3.02 KB, created by
Owen Leonard
on 2016-12-21 16:35:12 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 17799: MARC bibliographic frameworks breadcrumbs broken for Default framework
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-12-21 16:35:12 UTC
Size:
3.02 KB
patch
obsolete
>From 7bef702b2440cb60249f783245e52dd039e94a61 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Wed, 21 Dec 2016 02:46:57 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 17799: MARC bibliographic frameworks > breadcrumbs broken for Default framework > >To test: >1) Go to Admin -> MARC frameworks -> Default framework actions -> MARC >structure >2) Click New tag >3) Notice the breadcrumbs say '()' instead of 'Default MARC framework' >or something more appropriate >4) Apply patch and refresh page >5) Confirm breadcrumbs are now filled correctly >6) Go back to tag structure and try deleting a tag (Actions -> Delete) >7) Confirm breadcrubs are filled correctly > >Sponsored-by: Catalyst IT > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >index 249991d..75e3caa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >@@ -39,15 +39,15 @@ $(document).ready(function() { > › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> > › <a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC frameworks</a> > [% IF ( add_form ) %] >-› <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode %]">[% framework.frameworktext %] ([% framework.frameworkcode %])</a> >+› <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode %]">[% IF framework %][% framework.frameworktext %] ([% framework.frameworkcode %])[% ELSE %]Default MARC framework[% END%]</a> > › [% action %] [% searchfield %] > [% ELSIF ( else ) %] > › <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode %]">[% IF framework %][% framework.frameworktext %] ([% framework.frameworkcode %])[% ELSE %]Default MARC framework[% END %]</a> > [% ELSIF ( delete_confirm ) %] >-› <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode %]">[% framwork.frameworktext %] ([% framework.frameworkcode %])</a> >+› <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode %]">[% IF framework %][% framework.frameworktext %] ([% framework.frameworkcode %])[% ELSE %]Default MARC framework[% END %]</a> > › Confirm deletion of tag '[% searchfield %]' > [% ELSIF ( delete_confirmed ) %] >-› <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode %]">[% framework.frameworktext %] ([% framework.frameworkcode %])</a> >+› <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode %]">[% IF framework %][% framework.frameworktext %] ([% framework.frameworkcode %])[% ELSE %]Default MARC framework[% END %]</a> > › Data deleted > [% END %] > </div> >-- >2.1.4
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 17799
:
58329
|
58363
|
58546