mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Fix typo
This commit is contained in:
parent
303d8b23be
commit
18ae6bacb0
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ class GroupView(SecureAdminModelView):
|
||||||
refreshFiltersCache = True
|
refreshFiltersCache = True
|
||||||
|
|
||||||
def query_modifier(self, query):
|
def query_modifier(self, query):
|
||||||
return query.wher(Group.semester == current_user.active_semester)
|
return query.where(Group.semester == current_user.active_semester)
|
||||||
|
|
||||||
def customCreateModel(self, form):
|
def customCreateModel(self, form):
|
||||||
return Group.customInit(form.part_students.data)
|
return Group.customInit(form.part_students.data)
|
||||||
|
|
Loading…
Reference in a new issue