mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
Added TODO
This commit is contained in:
parent
ac09ddfa86
commit
75a4fb78d5
@ -99,7 +99,11 @@ class MultiFormStep extends DataObject {
|
||||
* Gets a direct link to this step (only works
|
||||
* if you're allowed to skip steps, or this step
|
||||
* has already been saved to the database
|
||||
* for the current {@link MultiFormSession}).
|
||||
* for the current {@link MultiFormSession}).
|
||||
*
|
||||
* @TODO We check for the Hash field directly on session
|
||||
* to determine how to identify the session. This isn't
|
||||
* a very good way of doing it!
|
||||
*
|
||||
* @return string Relative URL to this step
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user