diff options
Diffstat (limited to 'web/app/store/AllNotifications.js')
-rw-r--r-- | web/app/store/AllNotifications.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/web/app/store/AllNotifications.js b/web/app/store/AllNotifications.js index 61aa75ab..a3e59e15 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' } }); |