Bugzilla – Attachment 58546 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]
Bug 17799: MARC bibliographic frameworks breadcrumbs broken for Default framework
Bug-17799-MARC-bibliographic-frameworks-breadcrumb.patch (text/plain), 3.06 KB, created by
Kyle M Hall (khall)
on 2016-12-30 18:46:24 UTC
(
hide
)
Description:
Bug 17799: MARC bibliographic frameworks breadcrumbs broken for Default framework
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-12-30 18:46:24 UTC
Size:
3.06 KB
patch
obsolete
>From eea0dbc98f2651257b84d052031a2071b2447679 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Wed, 21 Dec 2016 02:46:57 +0000 >Subject: [PATCH] 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> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > 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