Parcourir la source

hide structure id for non admin beusers

Olivier Massot il y a 5 ans
Parent
commit
d67eec58a1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      ot_core/Configuration/TCA/Overrides/pages.php

+ 1 - 0
ot_core/Configuration/TCA/Overrides/pages.php

@@ -5,6 +5,7 @@ defined('TYPO3_MODE') or die();
 $columns = array (
     'tx_opentalent_structure_id' => array (
         'label' => 'Id de la structure',
+        'displayCond' => 'HIDE_FOR_NON_ADMINS',
         'config' => array (
             'type' => 'input',
         )