From 5689ec0caa334595aaba2cf8914068e040b34e24 Mon Sep 17 00:00:00 2001 From: Romain Louis Date: Wed, 20 Aug 2008 22:47:46 +0000 Subject: [PATCH] MINOR setRelationAutoSetting function adding git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@61217 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- forms/ComplexTableField.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/forms/ComplexTableField.php b/forms/ComplexTableField.php index 8ed3ce45f..baf6d82d8 100755 --- a/forms/ComplexTableField.php +++ b/forms/ComplexTableField.php @@ -483,7 +483,11 @@ JS; return $form; } - + + function setRelationAutoSetting($value) { + $this->relationAutoSetting = $value; + } + /** * Use the URL-Parameter "action_saveComplexTableField" * to provide a clue to the main controller if the main form has to be rendered,