From: Marcin Haba Date: Wed, 30 Sep 2020 04:14:35 +0000 (+0200) Subject: baculum: Fix date filter on status schedule page X-Git-Tag: Release-9.6.7~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8917a315960b6e5322daeb4b51001fb7cd8607f9;p=thirdparty%2Fbacula.git baculum: Fix date filter on status schedule page --- diff --git a/gui/baculum/protected/Web/JavaScript/misc.js b/gui/baculum/protected/Web/JavaScript/misc.js index e1a1e631d..1ab9758dc 100644 --- a/gui/baculum/protected/Web/JavaScript/misc.js +++ b/gui/baculum/protected/Web/JavaScript/misc.js @@ -308,7 +308,7 @@ function render_date(data, type, row) { function render_date_ts(data, type, row) { var t; - if (type == 'display') { + if (type == 'display' || type == 'filter') { t = Units.format_date(data) } else { t = data;