0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-14 13:58:53 +08:00
discourse/plugins/discourse-solved/spec/models
Kris c894e2f722
FEATURE: make shared issues optional per-category (#40501)
This makes the shared issue feature of support categories optional
per-category, so admins can turn it off selectively.

This is accomplished by adding a category level setting: `Enable shared
issues`

<img width="1404" height="564" alt="image"
src="https://github.com/user-attachments/assets/e4997382-b5fb-4839-af9d-6baf57ec3201"
/>


When enabled this exposes the Site Setting to edit the button's text in
the section below.

Enabled: 
<img width="500" alt="image"
src="https://github.com/user-attachments/assets/39293f0d-63a3-421c-8c2b-2ee967faee56"
/>


Disabled:
<img width="500" alt="image"
src="https://github.com/user-attachments/assets/6bc92173-0cd4-40cf-89b2-56d74469e752"
/>
2026-06-04 11:58:28 -04:00
..
discourse_solved FEATURE: make shared issues optional per-category (#40501) 2026-06-04 11:58:28 -04:00
directory_item_spec.rb DEV: Allow multiple solutions in solved plugin (#39806) 2026-05-28 07:12:28 -05:00
site_spec.rb