... | ... |
@@ -26,7 +26,8 @@ $GLOBALS['TL_DCA']['tl_user_group']['fields']['sec_dl_access'] = array |
26 | 26 |
'label' => &$GLOBALS['TL_LANG']['tl_user_group']['sec_dl_access'], |
27 | 27 |
'exclude' => true, |
28 | 28 |
'filter' => true, |
29 |
- 'options' => array('edit'), |
|
29 |
+ 'options' => array('edit'=>'edit'), |
|
30 |
+ 'eval' => array('multiple'=>true), |
|
30 | 31 |
'reference' => &$GLOBALS['TL_LANG']['MSC'], |
31 | 32 |
'inputType' => 'checkbox', |
32 | 33 |
'sql' => "blob NULL" |