From fe4a84d541eed2a6c542f995ec4e6bd4bcd4cfbe Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 8 Jul 2020 18:23:37 -0700 Subject: [PATCH] Setup UI - Validate that the "components" list is not empty (jQuery) --- setup/plugins/blocks/components.tpl.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/setup/plugins/blocks/components.tpl.php b/setup/plugins/blocks/components.tpl.php index 0c129709b4..2949a48c22 100644 --- a/setup/plugins/blocks/components.tpl.php +++ b/setup/plugins/blocks/components.tpl.php @@ -2,6 +2,8 @@ endif; ?>

+

+
getField('components', 'options') as $comp => $label): ?> components) ? 'checked' : '' ?>> @@ -16,3 +18,11 @@ endif; ?> :

+ + -- 2.25.1