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

Jifty commits jifty-commit at lists.jifty.org
Sat Jan 26 19:30:08 EST 2008


Author: sartak
Date: Sat Jan 26 19:30:08 2008
New Revision: 4946

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

Log:
 r50944 at onn:  sartak | 2008-01-26 19:29:36 -0500
 Steal documentation from the model class in Jifty::Action::Record


Modified: jifty/trunk/lib/Jifty/Action/Record.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Action/Record.pm	(original)
+++ jifty/trunk/lib/Jifty/Action/Record.pm	Sat Jan 26 19:30:08 2008
@@ -274,7 +274,7 @@
         $info->{'ajax_canonicalizes'} ||= $ajax_canonicalizes;
 
         # If we're hand-coding a render_as, hints or label, let's use it.
-        for ( qw(render_as label hints max_length mandatory sort_order container)) {
+        for ( qw(render_as label hints max_length mandatory sort_order container documentation)) {
             if ( defined( my $val = $column->$_ ) ) {
                 $info->{$_} = $val;
             }


More information about the Jifty-commit mailing list