From: PASCALE NOYRET Date: Tue, 18 Jan 2022 12:37:51 +0000 (+0100) Subject: ajout pour fact X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=aa6eb3f75e20d12e60b38ddb91be9d7800eda7b5;p=tools%2Feficas.git ajout pour fact --- diff --git a/Ihm/I_OBJECT.py b/Ihm/I_OBJECT.py index 2a35cd5f..7ddc509c 100644 --- a/Ihm/I_OBJECT.py +++ b/Ihm/I_OBJECT.py @@ -208,9 +208,12 @@ class OBJECT: return monDico def getDicoForFancy(self): + print ('OBJECT getDicoForFancy ',self, self.nature) monDico={} leNom = self.nom - if self.nature == 'MCFACT' : leNom=self.getLabelText() + if self.nature == 'MCFACT' : + leNom=self.getLabelText() + monDico['statut'] =self.definition.statut if self.nature == 'OPERATEUR' and self.sdnom != "sansnom" : leNom = self.nom+'__'+self.sdnom monDico['title']=leNom monDico['key']=self.idUnique