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…
Reference in New Issue