From 5455ec88756397f125782c1687acdf934bb72af9 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 23 Apr 2015 16:44:06 +0530 Subject: [PATCH] name might be in use, update form with value from backend --- static/js/entitiesDialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/entitiesDialog.js b/static/js/entitiesDialog.js index 93a3e1763..54506abd1 100644 --- a/static/js/entitiesDialog.js +++ b/static/js/entitiesDialog.js @@ -414,6 +414,7 @@ pandora.ui.entitiesDialog = function(options) { Ox.Request.clearCache('findEntities'); Ox.Request.clearCache('getEntity'); if (key.id == 'name') { + $input.value(result.data.name); $list.reloadList(true); } renderEntity();