mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1. Ensure that the system columns should not visible in the import/export data. #5733
2. Fixed console error while attaching the partition. #5748
This commit is contained in:
@@ -1937,7 +1937,7 @@ define('pgadmin.browser', [
|
||||
addChildTreeNodes: function(_treeHierarchy, _node, _type, _arrayIds, _callback) {
|
||||
let module = _type in pgBrowser.Nodes && pgBrowser.Nodes[_type],
|
||||
childTreeInfo = _arrayIds.length && _.extend(
|
||||
{}, _.mapObject(_treeHierarchy, function(_val) {
|
||||
{}, _.mapValues(_treeHierarchy, function(_val) {
|
||||
_val.priority -= 1; return _val;
|
||||
})),
|
||||
arrayChildNodeData = [],
|
||||
|
||||
Reference in New Issue
Block a user