Fixed an issue where a column name change in the edit dialog of the table node does not show the updated column name. #7892
parent
2dd7de73b9
commit
e2c20b5022
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue