From: Vincent Vanwaelscappel Date: Wed, 29 May 2019 14:56:10 +0000 (+0200) Subject: #2783 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=20b71db7fd40ee008bd62c4bd26d5d675417c8bf;p=cubist_cms-back.git #2783 --- diff --git a/src/app/Magic/Fields/Field.php b/src/app/Magic/Fields/Field.php index 25eb624..edddb6e 100644 --- a/src/app/Magic/Fields/Field.php +++ b/src/app/Magic/Fields/Field.php @@ -88,6 +88,7 @@ class Field public function getColumnData() { $res = [ + 'name' => $this->getAttribute('name'), 'type' => $this->getAttribute('column_type', $this->getAttribute('type')), 'label' => $this->getAttribute('column_label', $this->getAttribute('label')) ];