[jifty-devel] [Jifty-commit] r5100 - jifty/trunk/lib/Jifty/Action

Jesse Vincent jesse at bestpractical.com
Wed Feb 13 08:59:58 EST 2008


I suspect that it would make more sense to add in some () for easier  
(human) parsing of what's going on.

On Feb 13, 2008, at 1:55 AM, Jifty commits wrote:

> Author: bokutin
> Date: Wed Feb 13 01:55:29 2008
> New Revision: 5100
>
> Modified:
>   jifty/trunk/lib/Jifty/Action/Record.pm
>
> Log:
> I am Jifty::Plugin::GoogleMap::Widget user.
> Since rev.5170, no render google widget.
> I am not sure if this change is right.
>
> Modified: jifty/trunk/lib/Jifty/Action/Record.pm
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- jifty/trunk/lib/Jifty/Action/Record.pm	(original)
> +++ jifty/trunk/lib/Jifty/Action/Record.pm	Wed Feb 13 01:55:29 2008
> @@ -505,7 +505,7 @@
>
> sub possible_fields {
>     my $self = shift;
> -    return map { $_->name } grep { $_->container || $_->type ne  
> "serial" and not $_->private and not $_->virtual } $self->record- 
> >columns;
> +    return map { $_->name } grep { $_->container or $_->type ne  
> "serial" and not $_->private and not $_->virtual } $self->record- 
> >columns;
> }
>
> =head2 take_action
> _______________________________________________
> Jifty-commit mailing list
> Jifty-commit at lists.jifty.org
> http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-commit
>



More information about the jifty-devel mailing list