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. #7892
  • Loading branch information
anilsahoo20 authored Dec 5, 2024
1 parent 2dd7de7 commit e2c20b5
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 e2c20b5

Please sign in to comment.