Skip to content

Commit

Permalink
Fixed an issue where a column name change in the edit dialog of the t…
Browse files Browse the repository at this point in the history
…able node does not show the updated column name. pgadmin-org#7892
  • Loading branch information
anilsahoo20 committed Dec 5, 2024
1 parent 5e8a75c commit d369e23
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,9 @@ define('pgadmin.node.table', [
}
insertChildrenNodes();
}

let selectedTable = pgBrowser.tree.selected();
pgBrowser.tree.refresh(selectedTable);
},
handle_cache: function() {
// Clear Table's cache as column's type is dependent on two node
Expand Down

0 comments on commit d369e23

Please sign in to comment.