s...@ull.at
unread,Jun 27, 2014, 5:53:25 AM6/27/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ullrigh...@googlegroups.com
Author: klemens
Date: 2014-06-27 11:53:24 +0200 (Fri, 27 Jun 2014)
New Revision: 4117
Modified:
trunk/plugins/ullCorePlugin/lib/form/ullGeneratorForm.class.php
Log:
Small enhancement for big sfTabletoolGeneratorForm refactoring in last commit
Modified: trunk/plugins/ullCorePlugin/lib/form/ullGeneratorForm.class.php
===================================================================
--- trunk/plugins/ullCorePlugin/lib/form/ullGeneratorForm.class.php 2014-06-27 09:49:35 UTC (rev 4116)
+++ trunk/plugins/ullCorePlugin/lib/form/ullGeneratorForm.class.php 2014-06-27 09:53:24 UTC (rev 4117)
@@ -238,6 +238,7 @@
else
{
$defaults[$fieldName] = array(
+ 'value' => null,
$injectFieldName => $this->getObject()->$injectFieldName,
);
}