Bugzilla – Attachment 141128 Details for
Bug 31203
Cronjobs should log completion as well as logging begin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31203: (follow-up) Remove stray debug statement
Bug-31203-follow-up-Remove-stray-debug-statement.patch (text/plain), 1.15 KB, created by
Nick Clemens (kidclamp)
on 2022-09-30 12:23:31 UTC
(
hide
)
Description:
Bug 31203: (follow-up) Remove stray debug statement
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-09-30 12:23:31 UTC
Size:
1.15 KB
patch
obsolete
>From 25428f2e7696e772c1ea9a57270e23715d725b21 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 30 Sep 2022 12:22:50 +0000 >Subject: [PATCH] Bug 31203: (follow-up) Remove stray debug statement > >--- > koha-tmpl/intranet-tmpl/prog/js/datatables.js | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/datatables.js b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >index bdf5a59741..fb55a9b271 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/datatables.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >@@ -545,7 +545,6 @@ jQuery.fn.dataTable.ext.errMode = function(settings, note, message) { > 'beforeSend': function(xhr, settings) { > this._xhr = xhr; > if(options.embed) { >- console.log(Array.isArray(options.embed)); > xhr.setRequestHeader('x-koha-embed', Array.isArray(options.embed)?options.embed.join(','):options.embed); > } > if(options.header_filter && options.query_parameters) { >-- >2.30.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 31203
:
137960
|
137961
|
137962
|
137963
|
137983
|
138695
|
140743
|
140744
|
140745
|
140746
|
140980
|
140981
|
140982
|
140983
|
141128
|
141311
|
141312
|
141313
|
141314
|
141315