diff options
Diffstat (limited to 'web/app/model')
-rw-r--r-- | web/app/model/Notification.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/app/model/Notification.js b/web/app/model/Notification.js index 1e6c36c5..04dca9bf 100644 --- a/web/app/model/Notification.js +++ b/web/app/model/Notification.js @@ -30,5 +30,13 @@ Ext.define('Traccar.model.Notification', { type: 'int' }, { name: 'attributes' + }, { + name: 'attributes.web', + type: 'bool', + mapping: 'attributes.web' + }, { + name: 'attributes.mail', + type: 'bool', + mapping: 'attributes.mail' }] }); |