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/assets/javascripts/discourse
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
..
components FEATURE: make shared issues optional per-category (#40501) 2026-06-04 11:58:28 -04:00
connectors DEV: Allow multiple solutions in solved plugin (#39806) 2026-05-28 07:12:28 -05:00
initializers DEV: Allow multiple solutions in solved plugin (#39806) 2026-05-28 07:12:28 -05:00
lib FIX: Marking posts as solutions in nested topic (#40451) 2026-06-01 11:34:47 -05:00
pre-initializers DEV: convert solved connectors to glimmer components (#37879) 2026-02-19 12:57:51 +04:00
routes/user-activity DEV: Standardize Ember route, controller and template naming (#34417) 2025-09-25 11:27:45 +01:00
templates/user-activity DEV: Consolidate reusable components into ui-kit (#38703) 2026-05-11 18:07:36 -03:00
solved-route-map.js