[Rt-commit] rt branch, 4.2/passarguments-to-collection-as-table, created. rt-4.1.5-260-g40e050b

Alex Vandiver alexmv at bestpractical.com
Mon Jan 14 20:42:56 EST 2013


The branch, 4.2/passarguments-to-collection-as-table has been created
        at  40e050b94ffa53e1799494e81626c2c860c10e55 (commit)

- Log -----------------------------------------------------------------
commit 40e050b94ffa53e1799494e81626c2c860c10e55
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Jan 14 20:32:48 2013 -0500

    Pass our PassArguments down to the header
    
    The two methods have the same default PassArguments, causing this to be
    a no-op in unless PassArguments was passeed to CollectionList.  In cases
    where PassArguments was provided there, this allows sorting links to be
    created with the correct arguments.

diff --git a/share/html/Elements/CollectionList b/share/html/Elements/CollectionList
index 2d1817f..9a54203 100644
--- a/share/html/Elements/CollectionList
+++ b/share/html/Elements/CollectionList
@@ -128,6 +128,7 @@ if ( $ShowHeader ) {
 	   BaseURL      => $BaseURL,
 	   GenericQueryArgs => $GenericQueryArgs,
 	   maxitems     => $maxitems,
+	   PassArguments => \@PassArguments,
 	   );
 }
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list