diff --git a/code/model/editableformfields/EditableFormField.php b/code/model/editableformfields/EditableFormField.php index 20b32fcbe..500170c6d 100755 --- a/code/model/editableformfields/EditableFormField.php +++ b/code/model/editableformfields/EditableFormField.php @@ -309,10 +309,7 @@ protected function getDisplayRuleFields() }, 'FieldValue' => function ($record, $column, $grid) { return TextField::create($column); - }, - 'ParentID' => function ($record, $column, $grid) use ($self) { - return HiddenField::create($column, '', $self->ID); - }, + } )); // Custom rules