|
@@ -30,8 +30,7 @@ class EditableFieldGroup extends FieldGroup
|
|
|
{
|
|
|
|
|
|
$this->add(new CheckboxField('_delete'));
|
|
|
-// $this->add(new TextField('_position'));
|
|
|
-
|
|
|
+
|
|
|
parent::__construct($key, $options);
|
|
|
}
|
|
|
|
|
@@ -48,10 +47,6 @@ class EditableFieldGroup extends FieldGroup
|
|
|
continue;
|
|
|
}
|
|
|
|
|
|
- if($field->getKey() == '_position') {
|
|
|
- continue;
|
|
|
- }
|
|
|
-
|
|
|
$field->updateFromProperty($objectOrArray);
|
|
|
}
|
|
|
}
|
|
@@ -69,10 +64,6 @@ class EditableFieldGroup extends FieldGroup
|
|
|
continue;
|
|
|
}
|
|
|
|
|
|
- if($field->getKey() == '_position') {
|
|
|
- continue;
|
|
|
- }
|
|
|
-
|
|
|
$field->updateProperty($objectOrArray);
|
|
|
}
|
|
|
}
|