From: Vincent Vanwaelscappel Date: Mon, 2 Nov 2020 14:27:54 +0000 (+0100) Subject: wip #4031 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=784f4fd4899df68502918e4d0518dbb2a3a2c135;p=cubist_cms-back.git wip #4031 --- diff --git a/src/app/Magic/Fields/SelectFromArray.php b/src/app/Magic/Fields/SelectFromArray.php index c9d00e5..8a0c547 100644 --- a/src/app/Magic/Fields/SelectFromArray.php +++ b/src/app/Magic/Fields/SelectFromArray.php @@ -23,7 +23,6 @@ class SelectFromArray extends Field return array_merge(parent::getDefaultAttributes(), ['options' => $this->_options, 'options_aliases' => $this->_options_aliases, 'allows_null' => $this->_allowNull, 'allows_multiple' => $this->_multiple]); } - public function getColumnData() { $res = parent::getColumnData();