mirror of
https://github.com/discourse/discourse.git
synced 2026-08-02 09:29:37 -05:00
When "lazy load categories" is enabled and parent_category_id was set, the query fetching categories contained a contradiction filtering both by parent_category_id and parent_category_id = NULL.