[Rt-commit] rt branch, 3.8-approvals-queryfix, updated. rt-3.8.8-145-gbc978ca
Kevin Falcone
falcone at bestpractical.com
Wed Sep 1 12:21:52 EDT 2010
The branch, 3.8-approvals-queryfix has been updated
via bc978caad4336b6ebf3cb86f9d9fb0b1d7dedd2c (commit)
from e69223f5436077aabc40cf6e0be825cff238c48f (commit)
Summary of changes:
share/html/Approvals/Elements/PendingMyApproval | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit bc978caad4336b6ebf3cb86f9d9fb0b1d7dedd2c
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Wed Sep 1 12:24:23 2010 -0400
We shouldn't need to dedupe anymore
diff --git a/share/html/Approvals/Elements/PendingMyApproval b/share/html/Approvals/Elements/PendingMyApproval
index 52e6031..55c4c58 100755
--- a/share/html/Approvals/Elements/PendingMyApproval
+++ b/share/html/Approvals/Elements/PendingMyApproval
@@ -49,10 +49,8 @@
onLoadHook('createCalendarLink("CreatedBefore");');
onLoadHook('createCalendarLink("CreatedAfter");');
--></script>
-% my %done;
% while (my $ticket = $tickets->Next() ) {
% next if !$ARGS{'ShowDependent'} and $ticket->HasUnresolvedDependencies( Type => 'approval' );
-% next if $done{$ticket->Id}++; # don't show duplicate tickets
<& Approve, ticket => $ticket &>
% }
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list