Since the removal of various _.underscore methods, I’ve been noticing a few null exceptions, some may be something I need to address in my plugins, but there’s at least one in core:
-
Navigate to
/admin/api/web_hooks/new -
An exception is thrown.
TypeError: Cannot read property 'forEach' of undefined
at Function.findByIds (discourse/models/category:232)
See DEV: removes _.each from codebase (#6629) · discourse/discourse@9672c92 · GitHub and comments.
ps. @pfaffman
