mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure the context menu works after a server is renamed. Fixes #3575
This commit is contained in:
parent
01b87d4834
commit
f7fa18f827
@ -14,5 +14,6 @@ Features
|
||||
Bug fixes
|
||||
*********
|
||||
|
||||
| `Bug #3575 <https://redmine.postgresql.org/issues/3575>`_ - Ensure the context menu works after a server is renamed.
|
||||
| `Bug #3842 <https://redmine.postgresql.org/issues/3842>`_ - Don't show system catalogs in the schemas property list unless show system objects is enabled.
|
||||
| `Bug #3861 <https://redmine.postgresql.org/issues/3861>`_ - Fix help for the backup/restore dialogues.
|
||||
|
@ -135,7 +135,7 @@ export class Tree {
|
||||
}
|
||||
const oldNode = this.findNode(oldNodePath);
|
||||
if (oldNode !== null) {
|
||||
oldNode.data = Object.assign({}, data);
|
||||
oldNode.data = data;
|
||||
return oldNode;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user