From 3c26ba9f6c386f8df6cf85b4f5923917a8cb36da Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sat, 4 Oct 2014 21:51:41 +0200 Subject: [PATCH] =?UTF-8?q?[gest=5Fcrans=5Flc]=20On=20utilise=20menu=5Fdro?= =?UTF-8?q?its=20et=20pas=20menu=20pour=20les=20droits=20des=20gens=20pouv?= =?UTF-8?q?ant=20cr=C3=A9er=20des=20certificats?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/gest_crans_lc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gest_crans_lc.py b/gestion/gest_crans_lc.py index 25e6e50c..db45779b 100755 --- a/gestion/gest_crans_lc.py +++ b/gestion/gest_crans_lc.py @@ -1567,7 +1567,7 @@ les valeurs valident sont : index=0 choices = [] for key in menu_order: - if self.has_right(menu[key], machine): + if self.has_right(menu_droits[key], machine): choices.append((key, menu[key])) for cert in machine.certificats(): if cert['info']: