diff --git a/web/pgadmin/browser/static/js/browser.js b/web/pgadmin/browser/static/js/browser.js index 4551893f2..9e736784d 100644 --- a/web/pgadmin/browser/static/js/browser.js +++ b/web/pgadmin/browser/static/js/browser.js @@ -1699,6 +1699,8 @@ define('pgadmin.browser', [ // If the current node's inode is false if (__ctx.i && !__ctx.t.isInode(__ctx.i)) { __ctx.t.setInode(__ctx.i, {success: _appendNode}); + // Open the collection node. + pgBrowser.tree.open(__ctx.i); } else { // Handle case for node without parent i.e. server-group // or if parent node's inode is true.