[freeside-commits] branch master updated. 778b8c70120cce490e8c6ddb534f1302200e0ad6
Ivan
ivan at 420.am
Sun Apr 13 02:21:29 PDT 2014
The branch, master has been updated
via 778b8c70120cce490e8c6ddb534f1302200e0ad6 (commit)
from cebcd8658ba5f45fc21d59769d591b1418a3fdd2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 778b8c70120cce490e8c6ddb534f1302200e0ad6
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Apr 13 02:21:26 2014 -0700
installers (calendaring), RT#16584
diff --git a/rt/share/html/Search/Schedule.html b/rt/share/html/Search/Schedule.html
index 8a18616..9ba41c7 100644
--- a/rt/share/html/Search/Schedule.html
+++ b/rt/share/html/Search/Schedule.html
@@ -7,6 +7,9 @@
<& /Search/Calendar.html,
@_,
+ Query => "( Status = 'new' OR Status = 'open' OR Status = 'stalled')
+ AND ( Type = 'reminder' OR 'Type' = 'ticket' )",
+ #XXX and we have the magic custom field
slots => scalar( @{ $ARGS{username} } ),
Embed => 'Schedule.html',
Display => 'Schedule',
-----------------------------------------------------------------------
Summary of changes:
rt/share/html/Search/Schedule.html | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list