mirror of
https://github.com/discourse/discourse.git
synced 2025-03-27 00:28:55 +08: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.