[Rt-commit] rt branch, 4.2/charting-distinct, repushed

Alex Vandiver alexmv at bestpractical.com
Tue Aug 12 17:32:10 EDT 2014


The branch 4.2/charting-distinct was deleted and repushed:
       was 9dc0f0c63b3e3be79d218c576f117c5ad7870218
       now 13ce5b0215674cff120a1ea320a07cc374123d18

1:  9dc0f0c ! 1:  13ce5b0 When charting, do two searches if the query isn't distinct
    @@ -47,8 +47,8 @@
     +            push @match, $row->id;
     +        }
     +
    -+        # Replace thr query with one that matches precisely those
    -+        # tickets, with no joins.  We then mark is as having been ACL'd,
    ++        # Replace the query with one that matches precisely those
    ++        # tickets, with no joins.  We then mark it as having been ACL'd,
     +        # since it was by dint of being in the search results above
     +        $self->CleanSlate;
     +        $self->Limit( FIELD => 'Id', OPERATOR => 'IN', VALUE => \@match );



More information about the rt-commit mailing list