summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-04-13 02:21:29 -0700
committerIvan Kohler <ivan@freeside.biz>2014-04-13 02:21:29 -0700
commit8420caa62848813b7aeb2e6c1e2bb3430aa79d92 (patch)
tree9a6ef665f73b8e614bb128cf757f4ce30790a967
parenta9fbd6a9c213d60b57778a170c15576697adef9e (diff)
installers (calendaring), RT#16584
-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 8a1861695..9ba41c7e3 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',