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
ff49a0592f
BUG Write current step to session when creating it
2013-01-03 09:48:55 +01:00
..
MultiForm.php
BUG Write current step to session when creating it
2013-01-03 09:48:55 +01:00
MultiFormObjectDecorator.php
MINOR Fixed SQL quoting (requires 2.4)
2010-03-22 10:49:04 +00:00
MultiFormPurgeTask.php
MINOR Fixed SQL quoting (requires 2.4)
2010-03-22 10:49:04 +00:00
MultiFormSession.php
BUGFIX Use Member::currentUser() instead of Member::currentMember() which isn't available in both SS 2.4 and 3.0
2012-05-14 15:00:57 +12:00
MultiFormStep.php
BUGFIX Using actual step instances instead of half-complete ArrayData templates in MultiForm->getAllStepsLinear()/getAllStepsRecursive(). Linking current form instance on these steps, and ensuring the title has a fallback to classname globally (not just when retrieving steps through getAllSteps*() methods)
2013-01-03 09:48:51 +01:00