Duplicate check on listing and import
Vantage doesn't seem to have any check on a new listing if there's already such record in the db. Neither on import. What's needed is a javascript check on-action when someone enter name of listing. Javascript should check db for existance of name and report on right side of field with "Duplicate name found". It might be legitime, so user should be able to continue. When entering address same check should be done. If both are duplicate, lister should be not granted to continue.
On import, same checks should be made - a warning should appear and ask if admin would like to abandon or update that listing.
Anyone else need something simular? Anyone have a quick fix for this?