소스 검색

hide structure id for non admin beusers

Olivier Massot 5 년 전
부모
커밋
d67eec58a1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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',
         )