forked from ScoDoc/ScoDoc
Ajout perm. export Apo aux rôles Secr et Admin
This commit is contained in:
parent
6dbbcde454
commit
bec7deb581
@ -9,48 +9,50 @@ from app.scodoc.sco_permissions import Permission as p
|
|||||||
SCO_ROLES_DEFAULTS = {
|
SCO_ROLES_DEFAULTS = {
|
||||||
"Observateur": (p.ScoObservateur,),
|
"Observateur": (p.ScoObservateur,),
|
||||||
"Ens": (
|
"Ens": (
|
||||||
p.ScoObservateur,
|
|
||||||
p.ScoView,
|
|
||||||
p.ScoEnsView,
|
|
||||||
p.ScoUsersView,
|
|
||||||
p.ScoEtudAddAnnotations,
|
|
||||||
p.ScoAbsChange,
|
|
||||||
p.ScoAbsAddBillet,
|
p.ScoAbsAddBillet,
|
||||||
|
p.ScoAbsChange,
|
||||||
|
p.ScoEnsView,
|
||||||
p.ScoEntrepriseView,
|
p.ScoEntrepriseView,
|
||||||
|
p.ScoEtudAddAnnotations,
|
||||||
|
p.ScoObservateur,
|
||||||
|
p.ScoUsersView,
|
||||||
|
p.ScoView,
|
||||||
),
|
),
|
||||||
"Secr": (
|
"Secr": (
|
||||||
p.ScoObservateur,
|
|
||||||
p.ScoView,
|
|
||||||
p.ScoUsersView,
|
|
||||||
p.ScoEtudAddAnnotations,
|
|
||||||
p.ScoAbsChange,
|
|
||||||
p.ScoAbsAddBillet,
|
p.ScoAbsAddBillet,
|
||||||
p.ScoEntrepriseView,
|
p.ScoAbsChange,
|
||||||
|
p.ScoEditApo,
|
||||||
p.ScoEntrepriseChange,
|
p.ScoEntrepriseChange,
|
||||||
|
p.ScoEntrepriseView,
|
||||||
|
p.ScoEtudAddAnnotations,
|
||||||
p.ScoEtudChangeAdr,
|
p.ScoEtudChangeAdr,
|
||||||
|
p.ScoObservateur,
|
||||||
|
p.ScoUsersView,
|
||||||
|
p.ScoView,
|
||||||
),
|
),
|
||||||
# Admin est le chef du département, pas le "super admin"
|
# Admin est le chef du département, pas le "super admin"
|
||||||
# on doit donc lister toutes ses permissions:
|
# on doit donc lister toutes ses permissions:
|
||||||
"Admin": (
|
"Admin": (
|
||||||
p.ScoObservateur,
|
|
||||||
p.ScoView,
|
|
||||||
p.ScoEnsView,
|
|
||||||
p.ScoUsersView,
|
|
||||||
p.ScoEtudAddAnnotations,
|
|
||||||
p.ScoAbsChange,
|
|
||||||
p.ScoAbsAddBillet,
|
p.ScoAbsAddBillet,
|
||||||
p.ScoEntrepriseView,
|
p.ScoAbsChange,
|
||||||
p.ScoEntrepriseChange,
|
|
||||||
p.ScoEtudChangeAdr,
|
|
||||||
p.ScoChangeFormation,
|
p.ScoChangeFormation,
|
||||||
p.ScoEditFormationTags,
|
p.ScoChangePreferences,
|
||||||
p.ScoEditAllNotes,
|
|
||||||
p.ScoEditAllEvals,
|
p.ScoEditAllEvals,
|
||||||
p.ScoImplement,
|
p.ScoEditAllNotes,
|
||||||
|
p.ScoEditApo,
|
||||||
|
p.ScoEditFormationTags,
|
||||||
|
p.ScoEnsView,
|
||||||
|
p.ScoEntrepriseChange,
|
||||||
|
p.ScoEntrepriseView,
|
||||||
|
p.ScoEtudAddAnnotations,
|
||||||
|
p.ScoEtudChangeAdr,
|
||||||
p.ScoEtudChangeGroups,
|
p.ScoEtudChangeGroups,
|
||||||
p.ScoEtudInscrit,
|
p.ScoEtudInscrit,
|
||||||
|
p.ScoImplement,
|
||||||
|
p.ScoObservateur,
|
||||||
p.ScoUsersAdmin,
|
p.ScoUsersAdmin,
|
||||||
p.ScoChangePreferences,
|
p.ScoUsersView,
|
||||||
|
p.ScoView,
|
||||||
),
|
),
|
||||||
# RespPE est le responsable poursuites d'études
|
# RespPE est le responsable poursuites d'études
|
||||||
# il peut ajouter des tags sur les formations:
|
# il peut ajouter des tags sur les formations:
|
||||||
|
Loading…
Reference in New Issue
Block a user