diff options
author | Abyss777 <abyss@fox5.ru> | 2016-07-14 15:21:43 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-07-14 15:21:43 +0500 |
commit | e910d9337a35fad663c978ff9121ed64ca28af91 (patch) | |
tree | ebc6c6c964f09da40e3775db759c95524eb27ad3 /web/app/view | |
parent | 82fd4d09aa7ac37bf2eb1857b12efbd3bc773a94 (diff) | |
download | trackermap-server-e910d9337a35fad663c978ff9121ed64ca28af91.tar.gz trackermap-server-e910d9337a35fad663c978ff9121ed64ca28af91.tar.bz2 trackermap-server-e910d9337a35fad663c978ff9121ed64ca28af91.zip |
- Fixed saving parent group when creating new group.
- Fixed storing device and group if parent group is not defined.
- Fixed Warning in browser console about missed requirements.
Diffstat (limited to 'web/app/view')
-rw-r--r-- | web/app/view/GroupsController.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/GroupsController.js b/web/app/view/GroupsController.js index 1764423d7..4cf1459a6 100644 --- a/web/app/view/GroupsController.js +++ b/web/app/view/GroupsController.js @@ -19,6 +19,7 @@ Ext.define('Traccar.view.GroupsController', { alias: 'controller.groups', requires: [ + 'Traccar.view.GroupDialog', 'Traccar.view.GroupGeofences' ], |