summaryrefslogtreecommitdiff
path: root/rt/share
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-04-13 02:21:26 -0700
committerIvan Kohler <ivan@freeside.biz>2014-04-13 02:21:26 -0700
commit778b8c70120cce490e8c6ddb534f1302200e0ad6 (patch)
treec1a2a85feb4dcd8bb2a124b2ced70b9c28e1f46a /rt/share
parentcebcd8658ba5f45fc21d59769d591b1418a3fdd2 (diff)
installers (calendaring), RT#16584
Diffstat (limited to 'rt/share')
-rw-r--r--rt/share/html/Search/Schedule.html3
1 files changed, 3 insertions, 0 deletions
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',