NIHVIVO-2257 made a change in ingestUtils.js to check if primary and duplicate uris are same while using merge individuals tool.
This commit is contained in:
parent
445721f066
commit
3745c37cc9
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ $(document).ready(function(){
|
|||
alert('Please enter a value for Individual URI 2.');
|
||||
return false;
|
||||
}
|
||||
if ($('#uri1').val() == $('#uri2').val()){
|
||||
alert('Primary and duplicate URI cannot be same.');
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue