Quip
Quip copied to clipboard
Fixed connector crash on not existing object
Article comments connector crashes if article is absent while comment still exist and need to be moderated. Crash happens when connector tries to create URL for not existing object and it just throws error. So i made a trick - returning JS alert in url. I think it's much better when just crash :)
How to get error happen - delete resource from DB which has new comments and try to get comments for moderation in manager. connector will crash.