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

Jifty commits jifty-commit at lists.jifty.org
Wed Feb 13 01:55:30 EST 2008


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


More information about the Jifty-commit mailing list