From 7c772828206dfe77396663f3b3e38515acacf873 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 21 Nov 2014 15:53:18 +0000 Subject: [PATCH] entities dialog: re-render entity on edit --- static/js/entitiesDialog.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/js/entitiesDialog.js b/static/js/entitiesDialog.js index cbf79bf39..cf48c0e16 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(); }); } })