[Jifty-commit] r1952 - in jifty/trunk: lib/Jifty/Action

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Sep 11 12:22:33 EDT 2006


Author: jesse
Date: Mon Sep 11 12:22:32 2006
New Revision: 1952

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Action/Record.pm

Log:
 r27367 at 113:  jesse | 2006-09-11 17:22:18 +0100
 * Get the _confirm items on passwords to respect sort ordering


Modified: jifty/trunk/lib/Jifty/Action/Record.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Action/Record.pm	(original)
+++ jifty/trunk/lib/Jifty/Action/Record.pm	Mon Sep 11 12:22:32 2006
@@ -185,6 +185,7 @@
                     render_as => 'Password',
                     virtual => '1',
                     validator => $same,
+                    sort_order => ($column->sort_order +.01),
                     mandatory => 0
                 };
             }


More information about the Jifty-commit mailing list