Author: jablko
Date: Sat Oct 10 19:33:08 2009
New Revision: 3721
Log:
Fix some RAD fields not saving
Modified:
trunk/apps/qubit/modules/informationobject/actions/editRadAction.class.php
Modified:
trunk/apps/qubit/modules/informationobject/actions/editRadAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/actions/editRadAction.class.php
Sat Oct 10 17:38:34 2009 (r3720)
+++ trunk/apps/qubit/modules/informationobject/actions/editRadAction.class.php
Sat Oct 10 19:33:08 2009 (r3721)
@@ -121,10 +121,6 @@
$this[$name] = $query[0];
$this->form->setDefault($name, $this[$name]->value);
}
- else
- {
- $this[$name] = new QubitProperty;
- }
$this->form->setValidator($name, new sfValidatorString);
$this->form->setWidget($name, new sfWidgetFormInput);
--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---