diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-16 13:51:56 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-16 13:51:56 +1300 |
commit | 5c39421a9840cdbfd5a339824394a6f4d86542db (patch) | |
tree | b38f4a1510f27e4101679a6e53e708a2b0159a95 /web/app/model/Geofence.js | |
parent | ae00f68435077b1824b70081bff59aa5bad58078 (diff) | |
parent | 0ef6dfe719c7d6e491f0f05e9c7838ff7c8dbef2 (diff) | |
download | trackermap-web-5c39421a9840cdbfd5a339824394a6f4d86542db.tar.gz trackermap-web-5c39421a9840cdbfd5a339824394a6f4d86542db.tar.bz2 trackermap-web-5c39421a9840cdbfd5a339824394a6f4d86542db.zip |
Merge pull request #358 from Abyss777/calendars
Calendars implementation
Diffstat (limited to 'web/app/model/Geofence.js')
-rw-r--r-- | web/app/model/Geofence.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/app/model/Geofence.js b/web/app/model/Geofence.js index 63c8e8e2..12a9f878 100644 --- a/web/app/model/Geofence.js +++ b/web/app/model/Geofence.js @@ -32,6 +32,9 @@ Ext.define('Traccar.model.Geofence', { name: 'area', type: 'string' }, { + name: 'calendarId', + type: 'int' + }, { name: 'attributes' }] }); |