From 3a5e334b50bf35d11743d937c9fae2fb8c7829ec Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Tue, 19 Sep 2017 09:36:16 +0500 Subject: Implement Notifications per device --- web/app/store/AllNotifications.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'web/app/store/AllNotifications.js') diff --git a/web/app/store/AllNotifications.js b/web/app/store/AllNotifications.js index 61aa75a..a3e59e1 100644 --- a/web/app/store/AllNotifications.js +++ b/web/app/store/AllNotifications.js @@ -21,14 +21,9 @@ Ext.define('Traccar.store.AllNotifications', { proxy: { type: 'rest', - url: 'api/users/notifications', + url: 'api/notifications', extraParams: { all: true } - }, - sortOnLoad: true, - sorters: { - property: 'type', - direction: 'ASC' } }); -- cgit v1.2.3