Explorar o código

hide structure id for non admin beusers

Olivier Massot %!s(int64=5) %!d(string=hai) anos
pai
achega
d67eec58a1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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',
         )