mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
Removed TODO that's been done!
This commit is contained in:
parent
c4cb832e57
commit
75cee5851a
@ -84,9 +84,6 @@ abstract class MultiForm extends Form {
|
||||
* @TODO init() may not be an appropriate name, considering there's already an init() automatically called
|
||||
* for controller classes. Perhaps we rename this?
|
||||
*
|
||||
* @TODO Security. Currently you're able to just change the ID of MultiFormSessionID in the URL. We need some
|
||||
* sort of identification so you can't just change to another session by changing the ID.
|
||||
*
|
||||
* @TODO Expiration. We need to make sure that these sessions, making use of {@link MultiFormPurgeTask} and
|
||||
* {@link MultiFormObjectDecorator}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user