Fix an issue in User mapping module where users were not listed. Fixes #2693
parent
5891bda06a
commit
80ce889c3d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue