Bugzilla – Attachment 51525 Details for
Bug 14050
Default framework for authorities should not be deletable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[3.22.x] Bug 14050: Default framework for authorities should not be deletable
Bug-14050-Default-framework-for-authorities-should.patch (text/plain), 1.52 KB, created by
Julian Maurice
on 2016-05-16 11:56:07 UTC
(
hide
)
Description:
[3.22.x] Bug 14050: Default framework for authorities should not be deletable
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2016-05-16 11:56:07 UTC
Size:
1.52 KB
patch
obsolete
>From 1ccf956b536fcbc5c67530e9edbe9d0de4773af4 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Mon, 25 Apr 2016 15:02:36 +0200 >Subject: [PATCH] Bug 14050: Default framework for authorities should not be > deletable > >To test: >- Apply patch >- In staff client, go to Home > Administration > Authority types >- Verify that the Actions for the Default type do not contain the delete > action >- Verify that other types have a delete action > >Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >index 60b8be5..cf5c7ef 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >@@ -131,7 +131,7 @@ > <td>[% loo.auth_tag_to_report %]</td> > <td><a href="auth_tag_structure.pl?authtypecode=[% loo.authtypecode %]" class="button parameters" >MARC structure</a></td> > <td><a href="[% loo.script_name %]?op=add_form&authtypecode=[% loo.authtypecode |html %]">Edit</a></td> >- <td><a href="[% loo.script_name %]?op=delete_confirm&authtypecode=[% loo.authtypecode |html %]">Delete</a></td> >+ <td>[% IF loo.authtypecode %]<a href="[% loo.script_name %]?op=delete_confirm&authtypecode=[% loo.authtypecode |html %]">Delete</a>[% END %]</td> > </tr> > [% END %] > <tbody> >-- >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 14050
:
50633
|
50638
|
50656
| 51525