aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/UserDialogController.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/UserDialogController.js')
-rw-r--r--web/app/view/UserDialogController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/UserDialogController.js b/web/app/view/UserDialogController.js
index db495b8ff..49dfd9d70 100644
--- a/web/app/view/UserDialogController.js
+++ b/web/app/view/UserDialogController.js
@@ -59,7 +59,7 @@ Ext.define('Traccar.view.UserDialogController', {
modal: false,
items: {
xtype: 'attributesView',
- attributes: record.get('attributes')
+ record: record
}
}).show();
}