silverstripe-multiform/code
2009-01-27 10:47:22 +00:00
..
MultiForm.php MINOR Reuse of $currentStep variable, instead of retrieving the step again 2008-12-17 11:11:53 +00:00
MultiFormObjectDecorator.php MINOR where[] can't be used for reading 2008-07-21 04:40:18 +00:00
MultiFormPurgeTask.php MINOR Code syntax formatting and removal of useless comment 2008-09-20 09:31:44 +00:00
MultiFormSession.php BUGFIX Ensure that any relations to MultiFormStep are destroyed before calling delete() 2009-01-27 10:47:22 +00:00
MultiFormStep.php ENHANCEMENT Added MultiFormStep->saveInto() to simulate Form->saveInto() behaviour with a stub form. This is preferred method of saving step data into a DataObject, instead of using $myObj->update($myStep->loadData()), is update() doesn't trigger custom formfield saving behaviour (e.g. to save relations on an existing dataobject for CheckboxSetField) 2008-10-09 00:36:46 +00:00