aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/NotificationsController.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-09-01 00:23:06 +1200
committerGitHub <noreply@github.com>2016-09-01 00:23:05 +1200
commitee8beb01019f381eae09fb94e249e3d5b9312bbb (patch)
tree24ff56d9763f881e591fc027a48cab8c962a8bc9 /web/app/view/NotificationsController.js
parent0a63cdc62c4499076f9c151cdbd5db783e87fea5 (diff)
parent9377bef7e0c0abae2ca0f7638662dc61c89fbc31 (diff)
downloadtrackermap-server-ee8beb01019f381eae09fb94e249e3d5b9312bbb.tar.gz
trackermap-server-ee8beb01019f381eae09fb94e249e3d5b9312bbb.tar.bz2
trackermap-server-ee8beb01019f381eae09fb94e249e3d5b9312bbb.zip
Merge pull request #2269 from Abyss777/reports_web_configure
Implemented configure dialog for reports
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({