aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/NotificationsController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-08-31 10:16:29 +0500
committerAbyss777 <abyss@fox5.ru>2016-08-31 10:16:29 +0500
commit80fc64fb46255c40729fa78e730a19cc9e5203cd (patch)
tree6da0d930f04a1db1fa0ab71d6faa03f36c5f1073 /web/app/view/NotificationsController.js
parent08348a1ccf66803cad85116b62019e3090f07eda (diff)
downloadtrackermap-server-80fc64fb46255c40729fa78e730a19cc9e5203cd.tar.gz
trackermap-server-80fc64fb46255c40729fa78e730a19cc9e5203cd.tar.bz2
trackermap-server-80fc64fb46255c40729fa78e730a19cc9e5203cd.zip
Added other missed imports
Diffstat (limited to 'web/app/view/NotificationsController.js')
-rw-r--r--web/app/view/NotificationsController.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/app/view/NotificationsController.js b/web/app/view/NotificationsController.js
index 628343a84..d880c5d41 100644
--- a/web/app/view/NotificationsController.js
+++ b/web/app/view/NotificationsController.js
@@ -18,6 +18,10 @@ Ext.define('Traccar.view.NotificationsController', {
extend: 'Ext.app.ViewController',
alias: 'controller.notificationsController',
+ requires: [
+ 'Traccar.store.Notifications'
+ ],
+
init: function () {
this.userId = this.getView().user.getData().id;
this.getView().getStore().load({