Browse code

Fix permissions

Benjamin Roth authored on09/05/2025 10:13:08
Showing3 changed files
... ...
@@ -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"
... ...
@@ -17,3 +17,4 @@ $GLOBALS['TL_LANG']['CTE'][SecureDownloadsController::TYPE][1] = 'Sichere Downlo
17 17
  * Misc
18 18
  */
19 19
 $GLOBALS['TL_LANG']['MSC']['gotoPage'] = 'Zur Seite "%s"';
20
+$GLOBALS['TL_LANG']['MSC']['edit'] = 'Bearbeiten';
... ...
@@ -12,3 +12,5 @@
12 12
  * Misc
13 13
  */
14 14
 $GLOBALS['TL_LANG']['MSC']['gotoPage'] = 'Open page "%s"';
15
+$GLOBALS['TL_LANG']['MSC']['edit'] = 'Edit';
16
+