Ver Fonte

hide structure id for non admin beusers

Olivier Massot há 5 anos atrás
pai
commit
d67eec58a1
1 ficheiros alterados com 1 adições e 0 exclusões
  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',
         )