mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 15:26:46 -06:00
Fixed an issue where a column name change in the edit dialog of the table node does not show the updated column name. #7892
This commit is contained in:
parent
2dd7de73b9
commit
e2c20b5022
@ -398,6 +398,9 @@ define('pgadmin.node.table', [
|
|||||||
}
|
}
|
||||||
insertChildrenNodes();
|
insertChildrenNodes();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
let selectedTable = pgBrowser.tree.selected();
|
||||||
|
pgBrowser.tree.refresh(selectedTable);
|
||||||
},
|
},
|
||||||
handle_cache: function() {
|
handle_cache: function() {
|
||||||
// Clear Table's cache as column's type is dependent on two node
|
// Clear Table's cache as column's type is dependent on two node
|
||||||
|
Loading…
Reference in New Issue
Block a user