Bugzilla – Attachment 181899 Details for
Bug 39827
Wrong framework in edit framework button
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39827: Fix framework code in edit framework button
Bug-39827-Fix-framework-code-in-edit-framework-but.patch (text/plain), 1.78 KB, created by
Fridolin Somers
on 2025-05-05 08:38:19 UTC
(
hide
)
Description:
Bug 39827: Fix framework code in edit framework button
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2025-05-05 08:38:19 UTC
Size:
1.78 KB
patch
obsolete
>From 1a9bae111dea0df5acaf3e9df8ec00a6fe5c49ba Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Mon, 5 May 2025 10:33:57 +0200 >Subject: [PATCH] Bug 39827: Fix framework code in edit framework button > >In Administration > MARC bibliographic frameworks the "Edit framework" button in tools bar always edits default framework > >Test plan : >1) Go to Administration > MARC bibliographic frameworks >2) On any framework except default one click on actions then "MARC structure" >3) In tools bar click on "Edit framework" >4) Check you are editing the correct framework >--- > .../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 ecb182d342..f307644d51 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >@@ -94,7 +94,7 @@ > [% IF ( else ) %] > <div id="toolbar" class="btn-toolbar"> > <a class="btn btn-default" id="addtag" href="/cgi-bin/koha/admin/marctagstructure.pl?op=add_form&frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa fa-plus"></i> New tag</a> >- <a class="btn btn-default" href="/cgi-bin/koha/admin/biblio_framework.pl?op=add_form&frameworkcode=[% loo.frameworkcode | uri %]"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit framework</a> >+ <a class="btn btn-default" href="/cgi-bin/koha/admin/biblio_framework.pl?op=add_form&frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit framework</a> > </div> > [% END %] > >-- >2.43.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 39827
:
181899
|
181942