This website requires JavaScript.
Explore
Help
Register
Sign In
tonyair
/
silverstripe-multiform
Watch
1
Star
0
Fork
0
You've already forked silverstripe-multiform
mirror of
https://github.com/silverstripe/silverstripe-multiform
synced
2024-10-22 09:05:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
silverstripe-multiform
/
code
History
Ingo Schommer
a867db5fe8
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
..
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