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

Jifty commits jifty-commit at lists.jifty.org
Mon Jul 21 13:48:25 EDT 2008


Author: trs
Date: Mon Jul 21 13:48:25 2008
New Revision: 5567

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

Log:
 r37680 at zot:  tom | 2008-07-21 13:48:17 -0400
 A merge bug caused this piece not to go through


Modified: jifty/trunk/lib/Jifty/Action/Record/Create.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Action/Record/Create.pm	(original)
+++ jifty/trunk/lib/Jifty/Action/Record/Create.pm	Mon Jul 21 13:48:25 2008
@@ -78,9 +78,6 @@
     # Iterate through all that are set, except for the virtual ones
     for (grep { defined $self->argument_value($_) && !$self->arguments->{$_}->{virtual} } $self->argument_names) {
 
-        # Ignore values that don't have corresponding columns in the record
-        next unless defined $record->column($_);
-
         # Prepare the hash to pass to create for each argument
         $values{$_} = $self->argument_value($_);
 


More information about the Jifty-commit mailing list