Browse code

Use correct widget for attributes selection in slot dca

Benjamin Roth authored on04/08/2025 16:50:14
Showing1 changed files
... ...
@@ -281,7 +281,7 @@ $GLOBALS['TL_DCA']['tl_vr_wa_slot'] = array
281 281
         'attributes' => array
282 282
         (
283 283
             'exclude'                 => true,
284
-            'inputType'               => 'checkboxWizard',
284
+            'inputType'               => 'checkbox',
285 285
             'eval'                    => array('multiple'=>true, 'csv'=>',', 'tl_class'=>'clr'),
286 286
             'load_callback'           => array(array('vonRotenberg\WeinanlieferungBundle\EventListener\DataContainer\WeinanlieferungSlotContainerListener', 'loadAttributes')),
287 287
             'save_callback'           => array(array('vonRotenberg\WeinanlieferungBundle\EventListener\DataContainer\WeinanlieferungSlotContainerListener', 'saveAttributes')),