Anomalie #3128
Ajouter attribut hidden lors du redefine d'un service.
Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Target version:
Distribution:
EOLE 2.3
Description
Prise en compte de l'attribut hidden lors du redefine d'un service
Related issues
Associated revisions
Gestion de l'attribut "hidden" dans la balise <service>
- creole/lxml_parser.py : lecture de l'attribut
- creole/cfgparser.py : prise en compte de l'attribut
Fixes #3128 @40m
History
#1 Updated by Joël Cuissinat over 11 years ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Appliqué par commit 08fc123ae163d8fb0fc368fb18b881fb415c2413.
#2 Updated by Joël Cuissinat over 11 years ago
- Assigned To changed from Emmanuel GARETTE to Joël Cuissinat
#3 Updated by Joël Cuissinat over 11 years ago
Je crois que tous les cas sont pris en compte :
- service toujours désactivé :
<service hidden='True'>mon-service</service>
- désactiver un service déjà défini :
<service redefine='True' hidden='True'>mon-service</service>
- activer un service déjà défini :
<service redefine='True' hidden='False'>mon-service</service>
(ici, hidden est facultatif)
#4 Updated by Bruno Boiget over 11 years ago
- Status changed from Résolu to Fermé
testé 2.3.5 RC
doc vérifiée (non publiée)