Bugzilla – Attachment 36125 Details for
Bug 9742
Confirm overlay prompt always appears on creating record from Z39.50
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9742: Does not display the popup on creating new record
Bug-9742-Does-not-display-the-popup-on-creating-ne.patch (text/plain), 1.62 KB, created by
Jonathan Druart
on 2015-02-23 16:11:22 UTC
(
hide
)
Description:
Bug 9742: Does not display the popup on creating new record
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-02-23 16:11:22 UTC
Size:
1.62 KB
patch
obsolete
>From 2e981dc363e18d8d084672b58028e33751b509ff Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 23 Feb 2015 17:09:20 +0100 >Subject: [PATCH] Bug 9742: Does not display the popup on creating new record > >The new confirmation on starting a z39.50 serach in cataloguing always >pops up, even when you are working on a new record that has not been >saved yet. > >Test plan: >1/ Edit an existing record, click on the Z3950 search button, confirm >the popup appears. >2/ Create a new record, click on the Z3950 search button, confirm >the popup does not appear. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index 26e3b62..9fd3909 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -69,10 +69,15 @@ > } > }); > >+ [%# Only ask for a confirmation if it is an edit %] > $("#z3950search").click(function(){ >- if (confirm(_("Please note that this external search could replace the current record."))){ >+ [% IF biblionumber %] >+ if (confirm(_("Please note that this external search could replace the current record."))){ >+ PopupZ3950(); >+ } >+ [% ELSE %] > PopupZ3950(); >- } >+ [% END %] > }); > > $("#saverecord").click(function(){ >-- >2.1.0
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 9742
:
36125
|
36139
|
36388