Add new indexes to the correct parent on the treeview. Fixes #1880

This commit is contained in:
Surinder Kumar 2016-10-21 12:12:37 +01:00 committed by Dave Page
parent 06039320b9
commit 48ee8490f0

View File

@ -623,7 +623,7 @@ class IndexesView(PGChildNodeView):
return jsonify(
node=self.blueprint.generate_browser_node(
idx,
scid,
tid,
data['name'],
icon="icon-index"
)