Bugzilla – Attachment 37252 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]
[Signed-off] Bug 3831: Does not allow to delete the FA framework
Signed-off-Bug-3831-Does-not-allow-to-delete-the-F.patch (text/plain), 1.78 KB, created by
Marc Véron
on 2015-03-26 06:06:35 UTC
(
hide
)
Description:
[Signed-off] Bug 3831: Does not allow to delete the FA framework
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-03-26 06:06:35 UTC
Size:
1.78 KB
patch
obsolete
>From 2bcf26b5324d76f40e8415f57dfb118cddd09d52 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] [Signed-off] Bug 3831: Does not allow to delete the FA > framework >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Test plan: >Go on the MARC framework list view and confirm there is no Delete link >anymore for the FA framework. > >Delete link for Fast add framework does no longer display. >Signed-off-by: Marc Véron <veron@veron.ch> > >http://bugs.koha-community.org/show_bug.cgi?id=13831 >--- > .../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 --> >-- >1.7.10.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 3831
:
37209
|
37252
|
37326
|
147741
|
147744
|
148024