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:
Akshay Joshi
2023-02-02 18:14:38 +05:30
parent b3a3b8beab
commit ca43f938bd
3 changed files with 8 additions and 4 deletions

View File

@@ -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 = [],