]> _ Git - cubist_cms-back.git/commitdiff
#2783
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 29 May 2019 14:56:10 +0000 (16:56 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 29 May 2019 14:56:10 +0000 (16:56 +0200)
src/app/Magic/Fields/Field.php

index 25eb624f05c7b0d9f45bb1230da3d7409819be30..edddb6e6e6b1468b208e9225d7c43df8975857c5 100644 (file)
@@ -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'))
         ];