Commit a6b57647e21e4f181c14f344baed701c3c18dc34

Authored by Malik Imelhaine
1 parent 98eaf31a

Ajout utilisateur

Modification du champ rôle pour que 'N/A' s'affiche par défaut, et pas 'SuperAdmin'
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/Template/Users/add.ctp
... ... @@ -48,6 +48,7 @@
48 48  
49 49 echo $this->Form->input('role', [
50 50 'label' => 'Rôle',
  51 + 'empty' => 'N/A',
51 52 'options' => [
52 53 'Super Administrateur' => 'Super Administrateur',
53 54 'Administration Plus' => 'Administration Plus',
... ...