mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
Added TODO about session being "baked" into MultiForm directly
This commit is contained in:
parent
8d93736482
commit
927e974724
@ -185,6 +185,9 @@ abstract class MultiForm extends Form {
|
||||
*
|
||||
* @TODO Fix the fact you can continually refresh and create new records
|
||||
* if MultiFormSessionID isn't set.
|
||||
*
|
||||
* @TODO Not sure if we should bake the session stuff directly into MultiForm.
|
||||
* Perhaps it would be best dealt with on a separate class?
|
||||
*/
|
||||
protected function setSession() {
|
||||
$urlType = $this->stat('url_type');
|
||||
|
Loading…
Reference in New Issue
Block a user