diff options
Diffstat (limited to 'web/app/Application.js')
-rw-r--r-- | web/app/Application.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index 2a4149df..d73378c5 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -85,7 +85,9 @@ Ext.define('Traccar.Application', { 'ServerAttributes', 'UserAttributes', 'ComputedAttributes', - 'AllComputedAttributes' + 'AllComputedAttributes', + 'PositionAttributes', + 'AttributeValueTypes' ], controllers: [ |