aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/user/UserDialogController.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/user/UserDialogController.js')
-rw-r--r--web/app/view/user/UserDialogController.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/app/view/user/UserDialogController.js b/web/app/view/user/UserDialogController.js
index 1ec14c5e8..c5464225c 100644
--- a/web/app/view/user/UserDialogController.js
+++ b/web/app/view/user/UserDialogController.js
@@ -18,6 +18,12 @@ Ext.define('Traccar.view.user.UserDialogController', {
extend: 'Ext.app.ViewController',
alias: 'controller.userdialog',
+ init: function() {
+ if (Traccar.getApplication().getUser().get('admin')) {
+ this.lookupReference('adminField').setDisabled(false);
+ }
+ },
+
onSaveClick: function(button) {
var dialog = button.up('window').down('form');
dialog.updateRecord();