[Rt-commit] r2589 - in rt/branches/3.4-RELEASE: . html/Elements
html/Elements/CollectionAsTable
jesse at bestpractical.com
jesse at bestpractical.com
Wed Apr 6 14:58:41 EDT 2005
Author: jesse
Date: Wed Apr 6 14:58:41 2005
New Revision: 2589
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Header
rt/branches/3.4-RELEASE/html/Elements/TicketList
Log:
r11936 at hualien: jesse | 2005-04-07 02:54:28 +0800
RT-Ticket: 6590
RT-Status: resolved
RT-Update: correspond
resorting the search by clicking on a header no longer resets the format string
Modified: rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Header
==============================================================================
--- rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Header (original)
+++ rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Header Wed Apr 6 14:58:41 2005
@@ -45,6 +45,7 @@
%# END BPS TAGGED BLOCK }}}
<%ARGS>
@Format => undef
+$FormatString => undef
$AllowSorting => undef
$Order=>undef
$BaseURL => undef
@@ -56,7 +57,7 @@
<TR class="collection-as-table">
<%perl>
-my %generic_query_args = ( Query => $Query, Rows => $Rows, Page => $Page );
+my %generic_query_args = ( Query => $Query, Rows => $Rows, Page => $Page, Format => $FormatString );
my $item = 0;
foreach my $col (@Format) {
Modified: rt/branches/3.4-RELEASE/html/Elements/TicketList
==============================================================================
--- rt/branches/3.4-RELEASE/html/Elements/TicketList (original)
+++ rt/branches/3.4-RELEASE/html/Elements/TicketList Wed Apr 6 14:58:41 2005
@@ -48,6 +48,7 @@
% if ($ShowHeader) {
<& /Elements/CollectionAsTable/Header,
Format => \@Format,
+ FormatString => $Format,
AllowSorting => $AllowSorting,
Order => $Order,
Query => $Query,
More information about the Rt-commit
mailing list