Skip to content

Commit e59a640

Browse files
committed
Merge tag '2.0.3'
Hotfix release 2.0.3 - Remove duplicate fields from the dca file
2 parents d554224 + b3866df commit e59a640

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

contao/dca/tl_metamodel_filtersetting.php

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -164,27 +164,3 @@
164164
'chosen' => true
165165
),
166166
);
167-
168-
$GLOBALS['TL_DCA']['tl_metamodel_filtersetting']['fields']['fromfield'] = array
169-
(
170-
'label' => &$GLOBALS['TL_LANG']['tl_metamodel_filtersetting']['fromfield'],
171-
'exclude' => true,
172-
'default' => true,
173-
'inputType' => 'checkbox',
174-
'eval' => array
175-
(
176-
'tl_class' => 'w50 clr'
177-
)
178-
);
179-
180-
$GLOBALS['TL_DCA']['tl_metamodel_filtersetting']['fields']['tofield'] = array
181-
(
182-
'label' => &$GLOBALS['TL_LANG']['tl_metamodel_filtersetting']['tofield'],
183-
'exclude' => true,
184-
'default' => true,
185-
'inputType' => 'checkbox',
186-
'eval' => array
187-
(
188-
'tl_class' => 'w50'
189-
)
190-
);

0 commit comments

Comments
 (0)