installers (calendaring), RT#16584
authorIvan Kohler <ivan@freeside.biz>
Sun, 13 Apr 2014 09:21:29 +0000 (02:21 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 13 Apr 2014 09:21:29 +0000 (02:21 -0700)
rt/share/html/Search/Schedule.html

index 8a18616..9ba41c7 100644 (file)
@@ -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',