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(
|
||||
node=self.blueprint.generate_browser_node(
|
||||
idx,
|
||||
scid,
|
||||
tid,
|
||||
data['name'],
|
||||
icon="icon-index"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user