name might be in use, update form with value from backend
This commit is contained in:
parent
5b7b389661
commit
5455ec8875
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue