mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 02:05:37 +08:00
**Previously**, plugins had no generic way to present the category visibility (public vs group-restricted) option as locked or to intercept a change to it, and a controlled `ConditionalContent` left a radio visually selected when its `@onChange` rejected the change. **In this update**, adds a `category-visibility-private-locked` value transformer and a `category-visibility-change` behavior transformer (with a `@locked` radio state), and re-syncs `ConditionalContent` radios to `activeName` after `onChange` settles so a rejected selection reverts. |
||
|---|---|---|
| .. | ||
| admin | ||
| common | ||
| lib | ||
| vendor | ||
| admin.scss | ||
| admin_rtl.scss | ||
| color_definitions.scss | ||
| common.scss | ||
| desktop.scss | ||
| desktop_rtl.scss | ||
| embed.scss | ||
| mobile.scss | ||
| mobile_rtl.scss | ||
| publish.scss | ||
| qunit-custom.scss | ||
| wcag.scss | ||
| wizard.scss | ||
| wizard_rtl.scss | ||