Bugzilla – Attachment 6548 Details for
Bug 7202
z39.50 search on bib edit not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 7202 - z39.50 search on bib edit not working
SIGNED-OFF-Bug-7202---z3950-search-on-bib-edit-not.patch (text/plain), 2.49 KB, created by
Katrin Fischer
on 2011-12-02 20:38:11 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7202 - z39.50 search on bib edit not working
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-12-02 20:38:11 UTC
Size:
2.49 KB
patch
obsolete
>From c9a9402704da94c219182b3ab827b1bce8b621f1 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 2 Dec 2011 15:14:58 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 7202 - z39.50 search on bib edit not > working > >The pop-up menu's "Import" link did not correctly pick >up the existing record's biblionumber, if present. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >To test: >1) Searched for a record in your catalog >2) Edit > Edit record >3) Start Z39.50 search >4) Pick a new record with different title for import >- using the import link at the end of the table line >- using the pop up menu's import link >5) Save and check if a duplicate was created >--- > .../prog/en/modules/cataloguing/z3950_search.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >index 20150ac..6eb4b50 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >@@ -146,7 +146,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : > [% IF ( breeding_loo.breedingid ) %] > > <tr id="row[% breeding_loo.breedingid %]"> >- <td>[% breeding_loo.server %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" rel="gb_page_center[600,500]">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.breedingid %]" rel="gb_page_center[600,500]">Preview Card</a> <a href="#" onclick="Import([% breeding_loo.breedingid %],0); return false">Import</a><a href="#" onclick="closemenu();return false;" title="Close this menu"> X </a></div> </td> >+ <td>[% breeding_loo.server %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" rel="gb_page_center[600,500]">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.breedingid %]" rel="gb_page_center[600,500]">Preview Card</a> <a href="#" onclick="Import([% breeding_loo.breedingid %],[% breeding_loo.biblionumber %]); return false">Import</a><a href="#" onclick="closemenu();return false;" title="Close this menu"> X </a></div> </td> > <td>[% breeding_loo.title |html %]</td> > <td>[% breeding_loo.author %]</td> > <td>[% breeding_loo.date %]</td> >-- >1.7.5.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 7202
:
6546
| 6548