forked from 0x2620/pandora
entities dialog: re-render entity on edit
This commit is contained in:
parent
6da8e3fb69
commit
7c77282820
1 changed files with 2 additions and 0 deletions
|
@ -383,6 +383,8 @@ pandora.ui.entitiesDialog = function(options) {
|
|||
if (key.id == 'name') {
|
||||
$list.value(id, {name: result.data.name});
|
||||
}
|
||||
Ox.Request.clearCache('getEntity');
|
||||
renderEntity();
|
||||
});
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue