diff --git a/static/js/entitiesDialog.js b/static/js/entitiesDialog.js index cbf79bf3..cf48c0e1 100644 --- a/static/js/entitiesDialog.js +++ b/static/js/entitiesDialog.js @@ -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(); }); } })