aboutsummaryrefslogtreecommitdiff
path: root/web/app/model/Notification.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/model/Notification.js')
-rw-r--r--web/app/model/Notification.js10
1 files changed, 2 insertions, 8 deletions
diff --git a/web/app/model/Notification.js b/web/app/model/Notification.js
index 6ccaeca..fc9d84d 100644
--- a/web/app/model/Notification.js
+++ b/web/app/model/Notification.js
@@ -31,14 +31,8 @@ Ext.define('Traccar.model.Notification', {
}, {
name: 'attributes'
}, {
- name: 'web',
- type: 'bool'
- }, {
- name: 'mail',
- type: 'bool'
- }, {
- name: 'sms',
- type: 'bool'
+ name: 'notificators',
+ type: 'string'
}, {
name: 'calendarId',
type: 'int'