mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-07-04 04:42:12 +00:00
FIX: Show topic filter dropdown only if plugin is enabled
This commit is contained in:
parent
97821bc96c
commit
effb7e168b
@ -1 +1,3 @@
|
|||||||
{{combo-box content=statuses value=status valueAttribute="value" onSelect=(action "changeStatus")}}
|
{{#if siteSettings.solved_enabled}}
|
||||||
|
{{combo-box content=statuses value=status valueAttribute="value" onSelect=(action "changeStatus")}}
|
||||||
|
{{/if}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user