mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 19:55:43 +00: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.