mirror of
https://github.com/discourse/discourse.git
synced 2025-02-13 14:55:06 +00:00
Why does this change do? If the `fixed_category_positions` is `false`, we want to order the categories in the edit navigation menu categories modal by name. This makes it easier to filter through a large list of categories. This commit also fixes a bug where we were unintentionally mutating the `this.site.categories` array.