Bugzilla – Attachment 19716 Details for
Bug 10600
Duplicate authority
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10600: Duplicate an authority
Bug-10600-Duplicate-an-authority.patch (text/plain), 1.35 KB, created by
Jonathan Druart
on 2013-07-17 12:48:55 UTC
(
hide
)
Description:
Bug 10600: Duplicate an authority
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-07-17 12:48:55 UTC
Size:
1.35 KB
patch
obsolete
>From d741cb489ddb15e9296ad7bb5ee99b308c484b61 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 16 Jul 2013 17:03:05 +0200 >Subject: [PATCH] Bug 10600: Duplicate an authority > >A simple link allows to duplicate an existing authority. > >Test plan: >1/ Go to a detail authority page >2/ Click to the "Duplicate" button >3/ Edit some fields >4/ Save >5/ The new authority is created from the existing one. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc >index e25f49f..902a2d1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc >@@ -16,6 +16,7 @@ > [% UNLESS ( count ) %] > <div class="btn-group"><a href="#" class="btn btn-small" id="delAuth"><i class="icon-remove"></i> Delete</a></div> > [% END %] >+ <div class="btn-group"><a class="btn btn-small" id="dupAuth" href="authorities.pl?authid=[% authid %]&op=duplicate"><i class="icon-pencil"></i> Duplicate</a></div> > > <div class="btn-group"> > <a class="btn btn-small dropdown-toggle" data-toggle="dropdown" href="#"><i class="icon-download-alt"></i> Save >-- >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 10600
:
19716
|
20196
|
20865
|
20905
|
20932