Bugzilla – Attachment 114396 Details for
Bug 18729
Librarian unable to update hold pickup library from patron pages without "modify_holds_priority" permission
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18729: Adapt holds.js
Bug-18729-Adapt-holdsjs.patch (text/plain), 1.11 KB, created by
Tomás Cohen Arazi (tcohen)
on 2020-12-14 18:29:50 UTC
(
hide
)
Description:
Bug 18729: Adapt holds.js
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-12-14 18:29:50 UTC
Size:
1.11 KB
patch
obsolete
>From 142d27900300142d07239df6b143ae0e48eac054 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 14 Dec 2020 12:27:05 -0300 >Subject: [PATCH] Bug 18729: Adapt holds.js > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/js/holds.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/holds.js b/koha-tmpl/intranet-tmpl/prog/js/holds.js >index ff5767036bd..1df369344e7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/holds.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/holds.js >@@ -228,7 +228,7 @@ $(document).ready(function() { > $.ajax({ > method: "PUT", > url: api_url, >- data: $(this).val(), >+ data: JSON.stringify({ "pickup_library_id": $(this).val() }), > success: function( data ){ holdsTable.api().ajax.reload(); }, > error: function( jqXHR, textStatus, errorThrown) { > alert('There was an error:'+textStatus+" "+errorThrown); >-- >2.29.2
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 18729
:
114067
|
114311
|
114337
|
114388
|
114389
|
114390
|
114391
|
114393
|
114394
|
114395
|
114396
|
117656
|
117657
|
117658
|
117659
|
119711
|
119712
|
119713
|
119714