From 77bdf87d34587d0c6a156816f71fc0874bc7f3dc Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Fri, 8 Jul 2016 15:48:10 +0500 Subject: Pass whole record to attribute editor not to lose "dirtyness" --- web/app/view/UserDialogController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/view/UserDialogController.js') 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(); } -- cgit v1.2.3