[freeside-commits] branch FREESIDE_3_BRANCH updated. 8edeefb2ba59401254391ef33e223585eff20471
Mark Wells
mark at 420.am
Sat Jun 25 21:04:26 PDT 2016
The branch, FREESIDE_3_BRANCH has been updated
via 8edeefb2ba59401254391ef33e223585eff20471 (commit)
from 506c2dc3da817a631ea6f77f7ab3dcaa02c1c188 (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 8edeefb2ba59401254391ef33e223585eff20471
Author: Mark Wells <mark at freeside.biz>
Date: Sat Jun 25 21:02:22 2016 -0700
fix queue summary on RT dashboard, #41670
diff --git a/rt/share/html/Elements/QueueSummaryByLifecycle b/rt/share/html/Elements/QueueSummaryByLifecycle
index cf67a4f..8ffc844 100644
--- a/rt/share/html/Elements/QueueSummaryByLifecycle
+++ b/rt/share/html/Elements/QueueSummaryByLifecycle
@@ -143,7 +143,8 @@ for my $queue (@queues) {
# show whether there are unreplied tickets
# somewhat inefficient but we only use the count query
my $tix = $Tickets->Clone;
- $tix->Limit(FIELD => 'Queue',
+ $tix->_SQLLimit(
+ FIELD => 'Queue',
OPERATOR => '=',
VALUE => $queue->{id});
$queue->{Unreplied} = $tix->Count;
-----------------------------------------------------------------------
Summary of changes:
rt/share/html/Elements/QueueSummaryByLifecycle | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list