@@ -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',
)