user edit profil select current value

This commit is contained in:
Fred Tempez 2024-01-08 14:42:39 +01:00
parent e39c76da33
commit 108947ec3c

View File

@ -152,7 +152,7 @@
<?php echo template::select('profilEditPath', $module::$sharePath, [ <?php echo template::select('profilEditPath', $module::$sharePath, [
'label' => 'Dossier', 'label' => 'Dossier',
'class' => 'filemanager', 'class' => 'filemanager',
'selected' => $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'folder', 'path']), 'selected' => '.' . $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'folder', 'path']),
'help' => 'Chaque espace dispose d\'un dossier spécifique, le choix \'Dossier de l\'espace actif\' le sélectionne automatiquement.' 'help' => 'Chaque espace dispose d\'un dossier spécifique, le choix \'Dossier de l\'espace actif\' le sélectionne automatiquement.'
]); ?> ]); ?>
</div> </div>