[gest_crans_lc] On utilise menu_droits et pas menu pour les droits des gens pouvant créer des certificats
This commit is contained in:
parent
c4c36dfdd9
commit
3c26ba9f6c
1 changed files with 1 additions and 1 deletions
|
@ -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']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue