From f5ea710c8199df8c28270f7b8b80a87519594828 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 13 Apr 2023 12:14:47 +0200 Subject: [PATCH] wip #5851 --- src/app/Magic/Fields/Field.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) { -- 2.39.5