forked from 0x2620/pandora
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('findEntities');
|
||||||
Ox.Request.clearCache('getEntity');
|
Ox.Request.clearCache('getEntity');
|
||||||
if (key.id == 'name') {
|
if (key.id == 'name') {
|
||||||
|
$input.value(result.data.name);
|
||||||
$list.reloadList(true);
|
$list.reloadList(true);
|
||||||
}
|
}
|
||||||
renderEntity();
|
renderEntity();
|
||||||
|
|
Loading…
Reference in a new issue