[Rt-commit] rt branch, 4.4/download-user-info, repushed

Craig Kaiser craig at bestpractical.com
Tue Jun 5 09:21:43 EDT 2018


The branch 4.4/download-user-info was deleted and repushed:
       was 809b31640af0757fd51ad3861041acf66f3b23c6
       now f64314d2642f12aab6fa920e1a7c39df1bc87941

1: 725dd1cde = 1: 725dd1cde Create helper for exporting TSV data
2: 196535932 = 2: 196535932 Update ticket search to use tsv helper
3: a1c91325c = 3: a1c91325c Add column to transaction column map for content
4: 374380856 ! 4: 8e171c740 Add portlet for downloading user information
    @@ -72,7 +72,7 @@
     +$user->Load( $id );
     +
     +# Build Ticket Query
    -+my $query_tickets = "Query=Requestor.id = " . $id;
    ++my $query_tickets = "Query=Requestor.id = " . $id ? $id : '';
     +</%init>
     +
     +<%ARGS>
5: 43b9b1a35 = 5: 03da87ec0 Add user download portlet to Admin modify page
6: fab36017b = 6: 12a55916f Add test for user tsv info download
7: 06fac2bad = 7: 443a3d521 Add test for user tickets download
8: 809b31640 = 8: f64314d26 Add test for user transaction download



More information about the rt-commit mailing list