[Rt-commit] rt branch, 4.4/download-user-info, repushed
Maureen Mirville
maureen at bestpractical.com
Tue Oct 23 13:58:36 EDT 2018
The branch 4.4/download-user-info was deleted and repushed:
was c42a2e696038fd817a2dfc078a9a86fdde3ccc2a
now 8a515f13cd21536681879117422134fbf998da76
1: 7e03a7e76 = 1: 7e03a7e76 Add column to transaction column map for content
2: 272ff90f6 = 2: 272ff90f6 Add config options for download user data result formats
3: e635cae75 = 3: e635cae75 Create helper for exporting user related information
4: 8d49210fc ! 4: 0d5f5c2e9 Create portlet for downloading user information
@@ -72,7 +72,7 @@
+</&>
+
+<%INIT>
-+my $Format = RT->Config->Get('UserDataSearchResultFormat');
++my $Format = RT->Config->Get('UserTicketDataResultFormat');
+</%INIT>
+
+<%ARGS>
5: 798ed2e76 = 5: 37a04fee5 Add user data download portlet to admin user modify page
6: 7899d5327 = 6: be13f3385 Add download user data portlet to AboutMe.html page
7: c42a2e696 ! 7: 8a515f13c Create test for user information TSV download
@@ -16,7 +16,7 @@
+
+use RT::Test tests => undef;
+
-+RT->Config->Set( UserDataSearchResultFormat =>
++RT->Config->Set( UserTicketDataResultFormat =>
+ "'__id__', '__Subject__', '__Status__', '__QueueName__', '__Owner__', '__Priority__', '__Requestors__'"
+);
+
More information about the rt-commit
mailing list