silverstripe-multiform/code
2008-10-09 00:36:46 +00:00
..
MultiForm.php ENHANCEMENT Made MultiForm->prev() do the same behaviour for saving data as MultiForm->next() 2008-10-01 22:18:44 +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 MINOR Removed MultiFormSession::[Data] which is never used 2008-07-21 21:07:48 +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