Bugzilla – Attachment 93003 Details for
Bug 23623
Use the new API and remove /svc scripts for privacy settings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23623: (follow-up) Add missing comma in ajax call definition
Bug-23623-follow-up-Add-missing-comma-in-ajax-call.patch (text/plain), 1.44 KB, created by
Kyle M Hall (khall)
on 2019-09-20 15:10:09 UTC
(
hide
)
Description:
Bug 23623: (follow-up) Add missing comma in ajax call definition
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-09-20 15:10:09 UTC
Size:
1.44 KB
patch
obsolete
>From e5b9e1fbe5a2db1932b02d1b55897d94c6b75e75 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Tue, 17 Sep 2019 18:59:26 +0000 >Subject: [PATCH] Bug 23623: (follow-up) Add missing comma in ajax call > definition > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >index 19f74a8bbe..d49baed32c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >@@ -1053,7 +1053,7 @@ > $('#update_privacy_guarantor_checkouts').click( function() { > var can_see_checkouts = $('#privacy_guarantor_checkouts').val() == 1; > $.ajax({ >- url: "/api/v1/public/patrons/[% logged_in_user.borrowernumber %]/guarantors/can_see_checkouts" >+ url: "/api/v1/public/patrons/[% logged_in_user.borrowernumber %]/guarantors/can_see_checkouts", > type: "PUT", > data: JSON.stringify({ allowed: can_see_checkouts }), > contentType: "application/json", >-- >2.20.1 (Apple Git-117)
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 23623
:
92842
|
92843
|
92914
|
92915
|
92916
|
92917
|
93001
|
93002
| 93003 |
93004