From 9cfe1f2aece0f320880d6a0b995ae3c49faba4be Mon Sep 17 00:00:00 2001 From: eki89 Date: Mon, 31 Oct 2022 12:59:20 +0100 Subject: [PATCH] Field "position" increased to max 64 chars --- src/Resources/contao/dca/tl_contact_person.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/contao/dca/tl_contact_person.php b/src/Resources/contao/dca/tl_contact_person.php index 0581b6c..dceedcd 100644 --- a/src/Resources/contao/dca/tl_contact_person.php +++ b/src/Resources/contao/dca/tl_contact_person.php @@ -175,7 +175,7 @@ 'exclude' => true, 'inputType' => 'text', 'eval' => array('maxlength'=>32, 'tl_class'=>'w50'), - 'sql' => "varchar(32) NOT NULL default ''" + 'sql' => "varchar(64) NOT NULL default ''" ), 'anrede_brief' => array (