Added taskbar model to init collection.
This commit is contained in:
parent
903b5a158d
commit
bc2782cb5b
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ module ExtraCollection
|
||||||
def session( collections, user )
|
def session( collections, user )
|
||||||
|
|
||||||
# all base stuff
|
# all base stuff
|
||||||
|
collections['Taskbar'] = Taskbar.all
|
||||||
collections['Role'] = Role.all
|
collections['Role'] = Role.all
|
||||||
collections['Group'] = Group.all
|
collections['Group'] = Group.all
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue