[freeside-commits] branch FREESIDE_3_BRANCH updated. 8420caa62848813b7aeb2e6c1e2bb3430aa79d92
Ivan
ivan at 420.am
Sun Apr 13 02:21:32 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 8420caa62848813b7aeb2e6c1e2bb3430aa79d92 (commit)
from a9fbd6a9c213d60b57778a170c15576697adef9e (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 8420caa62848813b7aeb2e6c1e2bb3430aa79d92
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Apr 13 02:21:29 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