]> _ Git - cubist_cms-back.git/commitdiff
wip #5851
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 13 Apr 2023 10:14:47 +0000 (12:14 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 13 Apr 2023 10:14:47 +0000 (12:14 +0200)
src/app/Magic/Fields/Field.php

index 795a322f3d9f12fbb1806d7b2db3b42694db4ade..7e932888cc8a8bcace8a9080468f6eda9b35de6a 100644 (file)
@@ -262,7 +262,7 @@ class Field implements \ArrayAccess
             'searchLogic' => $this->getAttribute('searchLogic'),
             'format' => $this->getAttribute('column_format', null),
             'orderable' => true,
-            'escape' => $this->getAttribute('column_escape', true),
+            'escaped' => $this->getAttribute('column_escape', true),
         ];
 
         if ($this->hasAttribute('column_function_name')) {