Bugzilla – Attachment 126594 Details for
Bug 28573
Replace authority record with Z39.50/SRU creates new authority record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug28573: Replace authority record with Z39.50/SRU creates new authority record
Bug28573-Replace-authority-record-with-Z3950SRU-cr.patch (text/plain), 2.61 KB, created by
Eric Phetteplace
on 2021-10-20 17:51:57 UTC
(
hide
)
Description:
Bug28573: Replace authority record with Z39.50/SRU creates new authority record
Filename:
MIME Type:
Creator:
Eric Phetteplace
Created:
2021-10-20 17:51:57 UTC
Size:
2.61 KB
patch
obsolete
>From 25cb39c24c927091716883396aea7247d068e06e Mon Sep 17 00:00:00 2001 >From: George Veranis <gveranis@dataly.gr> >Date: Tue, 12 Oct 2021 23:01:57 +0200 >Subject: [PATCH] Bug28573: Replace authority record with Z39.50/SRU creates > new authority record > >When trying to replace an authority record with Z39.50/SRU then a new authority >record is created without deleting the old one and not link the new one with >any record. > >This patch fixes that. > >Test plan: > >1) Try to catalogue a new authority record from cataloguing form. >2) Try to replace that authority record with Z39.50/SRU, then a new authority >record is created and also you have that one that you tried to replace. >3) Apply the patch. >4) Try to replace the authority from step1 with Z39.50/SRU, then is working as >expected. > >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> >Signed-off-by: Eric Phetteplace <phette23@gmail.com> >--- > .../prog/en/modules/cataloguing/z3950_auth_search.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt >index 2e00a7507b..861d12601b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt >@@ -93,7 +93,7 @@ > <a class="btn btn-default btn-xs z3950actions" href="#">MARC</a><button class="btn-xs dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button> > <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="cataloguesearchactions[% breeding_loo.breedingid | html %]"> > <li><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid | uri %]" title="MARC" class="previewData" data-action="show_marc"><i class="fa fa-eye"></i> MARC preview</a></li> >- <li><a href="/cgi-bin/koha/authorities/authorities.pl?breedingid=[% breeding_loo.breedingid | uri %]&authtypecode=[% breeding_loo.heading_code | uri %]&index=[% index | uri %]" class="chosen" title="Import" data-action="import"><i class="fa fa-download"></i> Import</a></li> >+ <li><a href="/cgi-bin/koha/authorities/authorities.pl?breedingid=[% breeding_loo.breedingid | uri %]&authtypecode=[% breeding_loo.heading_code | uri %]&authid=[% breeding_loo.authid | uri %]&index=[% index | uri %]" class="chosen" title="Import" data-action="import"><i class="fa fa-download"></i> Import</a></li> > </ul> > </div> > </td> >-- >2.33.1
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 28573
:
126130
|
126178
|
126594
|
127174