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 https://github.com/discourse/discourse/commit/9672c92045f31cc47976518d22137015722805d6#diff-d41231bde8cb5d18070eb38dcbee151eR262 and comments.
ps. @pfaffman