mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add new indexes to the correct parent on the treeview. Fixes #1880
This commit is contained in:
parent
06039320b9
commit
48ee8490f0
@ -623,7 +623,7 @@ class IndexesView(PGChildNodeView):
|
|||||||
return jsonify(
|
return jsonify(
|
||||||
node=self.blueprint.generate_browser_node(
|
node=self.blueprint.generate_browser_node(
|
||||||
idx,
|
idx,
|
||||||
scid,
|
tid,
|
||||||
data['name'],
|
data['name'],
|
||||||
icon="icon-index"
|
icon="icon-index"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user