Bugzilla – Attachment 169040 Details for
Bug 19037
Circulation and fine rules test tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19037: Update for change of API response
Bug-19037-Update-for-change-of-API-response.patch (text/plain), 1.03 KB, created by
Martin Renvoize (ashimema)
on 2024-07-16 06:24:26 UTC
(
hide
)
Description:
Bug 19037: Update for change of API response
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-07-16 06:24:26 UTC
Size:
1.03 KB
patch
obsolete
>From 64b9c3395012a0991406b4c18f006489f98e980d Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 16 Jul 2024 07:23:42 +0100 >Subject: [PATCH] Bug 19037: Update for change of API response > >--- > koha-tmpl/intranet-tmpl/prog/js/circ-rule-tool.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/circ-rule-tool.js b/koha-tmpl/intranet-tmpl/prog/js/circ-rule-tool.js >index 59e291ccd12..5d691bfb1f6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/circ-rule-tool.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/circ-rule-tool.js >@@ -26,7 +26,7 @@ function tester_submit() { > statusCode: { > 200: function (response) { > $("#tester_error").html("").css("display", "none"); >- $.each(response, function (key, val) { >+ $.each(response[0], function (key, val) { > if (key === "hardduedate") { > var compare; > switch (response.hardduedatecompare) { >-- >2.45.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 19037
:
65497
|
65523
|
65524
|
65525
|
65526
|
168450
|
168451
|
169037
|
169038
|
169039
| 169040