name might be in use, update form with value from backend

This commit is contained in:
j 2015-04-23 16:44:06 +05:30
parent 5b7b389661
commit 5455ec8875

View file

@ -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();