Skip to content
Extraits de code Groupes Projets
Valider de9b23ec rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[cgscop #237] Empeche l'archivage des cooperative si statut différent de abandonné

See merge request !13
parents 7481683b 9ee7a1cc
Branches
Aucune étiquette associée trouvée
1 requête de fusion!13Empeche l'archivage des cooperative
...@@ -262,6 +262,10 @@ ...@@ -262,6 +262,10 @@
</header> </header>
</xpath> </xpath>
<xpath expr="//button[@name='toggle_active']" position="attributes">
<attribute name="attrs">{'invisible': ['&amp;', ('is_cooperative','=', True), ('project_status', '!=', '7_abandonne')]}</attribute>
</xpath>
<!-- Affiche les champs des organismes --> <!-- Affiche les champs des organismes -->
<xpath expr='//form/sheet' position="inside"> <xpath expr='//form/sheet' position="inside">
<div name="cooperative" attrs="{'invisible': [('is_cooperative', '=', False)]}"> <div name="cooperative" attrs="{'invisible': [('is_cooperative', '=', False)]}">
......
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