Author: jablko
Date: Fri Oct 15 12:13:54 2010
New Revision: 8159
Log:
Delegate to QubitEditAction::addField() and ::processField(), fixes issue 1807
Modified:
trunk/apps/qubit/modules/function/actions/editAction.class.php
Modified: trunk/apps/qubit/modules/function/actions/editAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/function/actions/editAction.class.php Fri Oct
15 11:47:04 2010 (r8158)
+++ trunk/apps/qubit/modules/function/actions/editAction.class.php Fri Oct
15 12:13:54 2010 (r8159)
@@ -311,6 +311,10 @@
$this->form->setWidget($name, new sfWidgetFormTextarea);
break;
+
+ default:
+
+ return parent::addField($name);
}
}
@@ -403,7 +407,8 @@
break;
default:
- $this->resource[$field->getName()] =
$this->form->getValue($field->getName());
+
+ return parent::processField($field);
}
}
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.