mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
Added TODO for what $can_go_back doesn't do yet!
This commit is contained in:
parent
4f758064d9
commit
2bb5983f19
@ -45,6 +45,12 @@ class MultiFormStep extends DataObject {
|
||||
/**
|
||||
* This variable determines whether a user can use
|
||||
* the "back" action from this step.
|
||||
*
|
||||
* @TODO This does not check if the arbitrarily chosen step
|
||||
* using the step indicator is actually a previous step, so
|
||||
* unless you remove the link from the indicator template, or
|
||||
* type in StepID=23 to the address bar you can still go back
|
||||
* using the step indicator.
|
||||
*
|
||||
* @var boolean
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user