mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Added description and updated RoleView
This commit is contained in:
parent
3425947f3e
commit
c2399be719
2 changed files with 5 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -83,6 +83,7 @@ class UserView(SecureAdminModelView):
|
|||
allow_blank=True,
|
||||
blank_text="-",
|
||||
default=activeSemesterDefault,
|
||||
description="Not fixed and users (including assistants) can change it.",
|
||||
)
|
||||
|
||||
class EditForm(CreateForm):
|
||||
|
@ -182,8 +183,10 @@ class RoleView(SecureAdminModelView):
|
|||
can_edit = False
|
||||
can_delete = False
|
||||
column_display_actions = False
|
||||
can_export = False
|
||||
can_set_page_size = False
|
||||
|
||||
column_list = ["name", "description"]
|
||||
column_list = ["name", "description", "permissions", "update_datetime"]
|
||||
|
||||
|
||||
class SemesterView(SecureAdminModelView):
|
||||
|
|
Loading…
Reference in a new issue