diff --git a/js/apps/system/aardvark/frontend/js/routers/router.js b/js/apps/system/aardvark/frontend/js/routers/router.js index aa1bcbb680..7c638e65bb 100644 --- a/js/apps/system/aardvark/frontend/js/routers/router.js +++ b/js/apps/system/aardvark/frontend/js/routers/router.js @@ -83,7 +83,7 @@ {shouldFetchUser: true} ), currentDB: this.currentDB, - notificationCollection: new window.NotificationCollection(), + notificationCollection: self.notificationList, userCollection: this.userCollection });