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
@ -101,6 +101,10 @@ class MultiFormStep extends DataObject {
|
|||||||
* has already been saved to the database
|
* 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
|
* @return string Relative URL to this step
|
||||||
*/
|
*/
|
||||||
public function Link() {
|
public function Link() {
|
||||||
|
Loading…
Reference in New Issue
Block a user