From b51aa56e86b68d9ca9e4cef8429eb9aa847092f6 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 5 Mar 2025 15:15:26 -0500 Subject: [PATCH] Some things I thought were bools are not bools --- salt/soc/soc_soc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index b4f724b38..42c56ab52 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -506,8 +506,8 @@ soc: label: Query required: True - field: showSubtitle - label: Show Query in Dropdown. Must be true or false - regex: ^(true|false)$ + label: Show Query in Dropdown. + forcedType: bool queryToggleFilters: description: Customize togglable query filters that apply to all queries. Exclusive toggles will invert the filter if toggled off rather than omitting the filter from the query. global: True