Skip to content
Snippets Groups Projects
Commit ba8265f0 authored by Martin Mareš's avatar Martin Mareš
Browse files

Rights: Právo na editaci tex_hacks

Zatím ho mají jenom celostátní garanti.
parent 1e508208
No related branches found
No related tags found
1 merge request!118Sazba výsledkovek TeXem
This commit is part of merge request !118. Comments created here will be created in the context of that merge request.
......@@ -32,6 +32,7 @@ class Right(Enum):
edit_school_users = auto() # Editovat uživatele ze své školy (jen garant_skola)
add_orgs = auto()
edit_orgs = auto()
edit_tex_hacks = auto() # Nastavovat hacky pro sazbu výsledkovek TeXem
@dataclass
......@@ -67,6 +68,7 @@ roles: List[Role] = [
Right.edit_all_users,
Right.add_orgs,
Right.edit_orgs,
Right.edit_tex_hacks,
},
),
Role(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment