Update inode info when refreshing treeview nodes. Fixes #2336

pull/1/head
Murtuza Zabuawala 2017-04-12 13:29:56 +01:00 committed by Dave Page
parent cbee76eac8
commit 019c1302cb
1 changed files with 1 additions and 0 deletions

View File

@ -1492,6 +1492,7 @@ function(require, $, _, S, Bootstrap, pgAdmin, Alertify, CodeMirror) {
ctx.t.setLabel(ctx.i, {label: _d.label});
ctx.t.addIcon(ctx.i, {icon: _d.icon});
ctx.t.setId(ctx.i, {id: _d.id});
ctx.t.setInode(ctx.i, {inode: data.inode});
if (
_n.can_expand && typeof(_n.can_expand) == 'function'