From ea261e17c706ed2f96645762eb6580b253b739b5 Mon Sep 17 00:00:00 2001 From: Sebastian Zoglowek Date: Mon, 6 Feb 2023 15:26:50 +0100 Subject: [PATCH] [Bugfix] Fixed a bug where wipSynUrl would overlap cron settings --- src/Resources/contao/dca/tl_interface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/contao/dca/tl_interface.php b/src/Resources/contao/dca/tl_interface.php index 135f82f..ed76afa 100644 --- a/src/Resources/contao/dca/tl_interface.php +++ b/src/Resources/contao/dca/tl_interface.php @@ -19,7 +19,7 @@ 'label' => &$GLOBALS['TL_LANG']['tl_interface']['wibSyncUrl'], 'exclude' => true, 'inputType' => 'text', - 'eval' => array('mandatory'=>true, 'maxlength'=>255, 'tl_class'=>'long'), + 'eval' => array('mandatory'=>true, 'maxlength'=>255, 'tl_class'=>'long clr'), 'sql' => "varchar(255) NOT NULL default ''" );