Bugzilla – Attachment 90893 Details for
Bug 23153
In framework management action subfields goes directly to edition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23153: In framework management action subfields must not go directly to edition
Bug-23153-In-framework-management-action-subfields.patch (text/plain), 2.46 KB, created by
Nick Clemens (kidclamp)
on 2019-06-21 10:57:03 UTC
(
hide
)
Description:
Bug 23153: In framework management action subfields must not go directly to edition
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-06-21 10:57:03 UTC
Size:
2.46 KB
patch
obsolete
>From f18269db7fc2bb9b2ea8c36c9f2c7fdd55f47ca3 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 19 Jun 2019 07:04:25 +0200 >Subject: [PATCH] Bug 23153: In framework management action subfields must not > go directly to edition > >Since 18.11, when viewing a framework field clicking on Actions > >Subfields goes to subfields edition instead of subfields table view. > >This is because link contains op=add_form. >This is is also missing /cgi-bin/koha/admin. > >Test plan : >1) Go to Administration > MARC bibliographic framework >2) On a line click Actions > MARC structure >3) On a line click Actions > Subfields >4) You see subfields table >5) Click on Edit subfields >6) You see subfields edition tabs > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 a1d4a15584..0ac2e4f31a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >@@ -207,7 +207,7 @@ > <a class="btn btn-default btn-xs dropdown-toggle" id="marctagactions[% loo.tagfield | html %]" role="button" data-toggle="dropdown" href="#"> > Actions <b class="caret"></b></a> > <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="marctagactions[% loo.tagfield | html %]"> >- <li><a href="marc_subfields_structure.pl?op=add_form&tagfield=[% loo.tagfield | uri %]&frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa fa-eye"></i> Subfields</a></li> >+ <li><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% loo.tagfield | uri %]&frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa fa-eye"></i> Subfields</a></li> > <li><a href="?op=add_form&searchfield=[% loo.tagfield | uri %]&frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa fa-pencil"></i> Edit</a></li> > <li><a href="?op=delete_confirm&searchfield=[% loo.tagfield | uri %]&frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa fa-trash"></i> Delete</a></li> > </ul> >-- >2.11.0
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 23153
:
90770
|
90785
| 90893