Skip to content
Extraits de code Groupes Projets
Valider 917401a7 rédigé par Hervé Silvant - CGScop's avatar Hervé Silvant - CGScop
Parcourir les fichiers

Rendre accessible le champ date de fin de formation pour les administrateurs form.coop

parent 9ab59c58
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!15Rendre accessible le champ date de fin de formation pour les administrateurs form.coop
......@@ -170,7 +170,7 @@
/>
<field
name="formation_date_end"
attrs="{'readonly': [('etat', 'not in', ('created'))]}"
attrs="{'readonly': ['&amp;',('etat', 'not in', ('created')),('current_user_is_fc_admin', '=', False)]}"
/>
<field
name="formation_id"
......
......@@ -215,7 +215,7 @@
/>
<field
name="formation_date_end"
attrs="{'readonly': ['|',('demande_type', 'not in', ('I')),('etat', 'not in', ('created'))]}"
attrs="{'readonly': ['|',('demande_type', 'not in', ('I')),'&amp;',('etat', 'not in', ('created')),('current_user_is_fc_admin', '=', False)]}"
/>
<field
name="formation_id"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter