Un club peut se modifier lui-même (pour l'instant, ensuite on verra)
This commit is contained in:
parent
ffcdaf0551
commit
bfc91573fb
1 changed files with 1 additions and 1 deletions
|
@ -1413,7 +1413,7 @@ class club(proprio):
|
|||
u"""Club crans"""
|
||||
__slots__ = ()
|
||||
can_be_by = { variables.created: [attributs.nounou, attributs.bureau, attributs.cableur],
|
||||
variables.modified: [attributs.nounou, attributs.bureau, attributs.respo, attributs.cableur],
|
||||
variables.modified: [attributs.nounou, attributs.bureau, attributs.respo, attributs.cableur, attributs.soi],
|
||||
variables.deleted: [attributs.nounou, attributs.bureau],
|
||||
}
|
||||
ldap_name = "club"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue