aboutsummaryrefslogtreecommitdiff
path: root/web/app/model/Geofence.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-12-16 13:51:56 +1300
committerGitHub <noreply@github.com>2016-12-16 13:51:56 +1300
commit5c39421a9840cdbfd5a339824394a6f4d86542db (patch)
treeb38f4a1510f27e4101679a6e53e708a2b0159a95 /web/app/model/Geofence.js
parentae00f68435077b1824b70081bff59aa5bad58078 (diff)
parent0ef6dfe719c7d6e491f0f05e9c7838ff7c8dbef2 (diff)
downloadetbsa-traccar-web-5c39421a9840cdbfd5a339824394a6f4d86542db.tar.gz
etbsa-traccar-web-5c39421a9840cdbfd5a339824394a6f4d86542db.tar.bz2
etbsa-traccar-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.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/app/model/Geofence.js b/web/app/model/Geofence.js
index 63c8e8e..12a9f87 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'
}]
});