mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Fix adding to active semester dropdown menu
This commit is contained in:
parent
d50ce61abb
commit
298eb1cc8f
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ class SemesterView(SecureAdminModelView):
|
|||
category=categoryText,
|
||||
)
|
||||
|
||||
category = self._menu_categories.get(categoryText)
|
||||
category = space._menu_categories.get(categoryText)
|
||||
|
||||
link.parent = category
|
||||
category._children.insert(0, link)
|
||||
|
|
Loading…
Reference in a new issue