From 29b425ec26f919b37df151a0c22b9d13cfa55de8 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Thu, 18 Sep 2003 16:47:52 +0000 Subject: [PATCH] =?utf8?q?PN=20:=20les=20listes=20sont=20maintenant=20"rep?= =?utf8?q?eat"=20par=20defaut=20=20=20=20=20=20voir=20les=20d=C3=A9cisions?= =?utf8?q?=20prises=20pour=20la=20fiche=20de=20bug=20A02003-188?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Editeur/composimp.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Editeur/composimp.py b/Editeur/composimp.py index 88e8e388..3952b9cb 100644 --- a/Editeur/composimp.py +++ b/Editeur/composimp.py @@ -127,9 +127,7 @@ class newSIMPPanel(panels.OngletPanel): return liste_valeurs.append(self.selected_choix) liste_choix = self.Liste_choix.get_liste() - # PN en attendant mieux - if "TYPE_ANCRAGE" not in self.node.item.get_genealogie(): - liste_choix.remove(self.selected_choix) + # liste_choix.remove(self.selected_choix) self.Liste_valeurs.put_liste(liste_valeurs) self.Liste_choix.put_liste(liste_choix) self.selected_choix = None -- 2.39.2