mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix an issue in User mapping module where users were not listed. Fixes #2693
This commit is contained in:
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
Block a user