Quip icon indicating copy to clipboard operation
Quip copied to clipboard

Fixed connector crash on not existing object

Open Vasiliy-Bondarenko opened this issue 10 years ago • 0 comments

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.

Vasiliy-Bondarenko avatar May 11 '14 12:05 Vasiliy-Bondarenko