Bugzilla – Attachment 37209 Details for
Bug 3831
Add a warning/hint when FA framework is missing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 3831: Does not allow to delete the FA framework
Bug-3831-Does-not-allow-to-delete-the-FA-framework.patch (text/plain), 1.52 KB, created by
Jonathan Druart
on 2015-03-25 11:04:18 UTC
(
hide
)
Description:
Bug 3831: Does not allow to delete the FA framework
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-03-25 11:04:18 UTC
Size:
1.52 KB
patch
obsolete
>From 1ad6980ff92e95136d6c469845780bed3e12ba5a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 25 Mar 2015 12:03:01 +0100 >Subject: [PATCH] Bug 3831: Does not allow to delete the FA framework > >Test plan: >Go on the MARC framework list view and confirm there is no Delete link >anymore for the FA framework. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >index 791e971..66f1168 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >@@ -225,7 +225,11 @@ > <td>[% loo.frameworktext %]</td> > <td><a href="marctagstructure.pl?frameworkcode=[% loo.frameworkcode %]" >MARC structure</a></td> > <td><a href="[% loo.script_name %]?op=add_form&frameworkcode=[% loo.frameworkcode |html %]">Edit</a></td> >- <td><a href="[% loo.script_name %]?op=delete_confirm&frameworkcode=[% loo.frameworkcode |html %]">Delete</a></td> >+ <td> >+ [% IF loo.frameworkcode != 'FA' %] >+ <a href="[% loo.script_name %]?op=delete_confirm&frameworkcode=[% loo.frameworkcode |html %]">Delete</a> >+ [% END %] >+ </td> > <td> > > <!-- Button to trigger modal --> >-- >2.1.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 3831
:
37209
|
37252
|
37326
|
147741
|
147744
|
148024