mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
30be75460f
* UX: Admin setting page consistency - Group permissions (#30528) Followup c2282439b32d879a73217eec62449f042914d7d0 and 21470e4afd49127fc6281a5bde6357e86b11a4ae Adds a new "Group permissions" page and group_permissions site setting area, which shows every single group-based site setting in the app and core plugins. Also adds a "trust_levels" area to show on the already moved admin "Trust level" settings page, since that previously was showing a mix of trust level settings and allowed group settings. * DEV: Review fixes