Fix an issue in User mapping module where users were not listed. Fixes #2693

This commit is contained in:
Murtuza Zabuawala 2017-09-13 09:53:25 +01:00 committed by Dave Page
parent 5891bda06a
commit 80ce889c3d

View File

@ -119,8 +119,8 @@ define('pgadmin.node.user_mapping', [
mode: ['edit', 'create', 'properties'], select2: { allowClear: false },
disabled: function(m) { return !m.isNew(); },
transform: function(data) {
var self = this;
node = self.field.get('schema_node');
var self = this,
node = self.field.get('schema_node');
var res =
Backform.NodeListByNameControl.prototype.defaults.transform.apply(
this, arguments