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
Sean Harvey
1b662ff9e1
BUGFIX $this->form wasn't accessible on MultiFormStep because it wasn't being set by MultiForm->__construct() early enough in the piece
2008-07-21 05:22:06 +00:00
..
MultiForm.php
BUGFIX $this->form wasn't accessible on MultiFormStep because it wasn't being set by MultiForm->__construct() early enough in the piece
2008-07-21 05:22:06 +00:00
MultiFormObjectDecorator.php
MINOR where[] can't be used for reading
2008-07-21 04:40:18 +00:00
MultiFormPurgeTask.php
MINOR echo out the amount of session records that were deleted on MultiFormPurgeTask
2008-07-02 00:54:22 +00:00
MultiFormSession.php
Fixed re-creating of a new Hash field even if one exists, also fixed non-object errors through better structured setSession() method
2008-05-14 11:30:35 +00:00
MultiFormStep.php
ENHANCEMENT MultiFormStep->form can now be accessed to return the form that the step was created on
2008-06-18 08:07:11 +00:00