make sure alternative names are unique too, also fixes #2754
This commit is contained in:
parent
5455ec8875
commit
8abed26dc9
2 changed files with 19 additions and 4 deletions
|
|
@ -416,6 +416,8 @@ pandora.ui.entitiesDialog = function(options) {
|
|||
if (key.id == 'name') {
|
||||
$input.value(result.data.name);
|
||||
$list.reloadList(true);
|
||||
} else if (key.id == 'alternativeNames') {
|
||||
$input.value(result.data.alternativeNames);
|
||||
}
|
||||
renderEntity();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue