From: Vincent Vanwaelscappel Date: Thu, 13 Apr 2023 10:14:47 +0000 (+0200) Subject: wip #5851 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f5ea710c8199df8c28270f7b8b80a87519594828;p=cubist_cms-back.git wip #5851 --- diff --git a/src/app/Magic/Fields/Field.php b/src/app/Magic/Fields/Field.php index 795a322..7e93288 100644 --- a/src/app/Magic/Fields/Field.php +++ b/src/app/Magic/Fields/Field.php @@ -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')) {