From 2bb5983f19bc08a1fde89348b58a46171baa480a Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 27 May 2008 04:54:24 +0000 Subject: [PATCH] Added TODO for what $can_go_back doesn't do yet! --- code/MultiFormStep.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/MultiFormStep.php b/code/MultiFormStep.php index ffb2303..d179c99 100644 --- a/code/MultiFormStep.php +++ b/code/MultiFormStep.php @@ -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 */