From 20b71db7fd40ee008bd62c4bd26d5d675417c8bf Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 29 May 2019 16:56:10 +0200 Subject: [PATCH] #2783 --- src/app/Magic/Fields/Field.php | 1 + 1 file changed, 1 insertion(+) 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')) ]; -- 2.39.5