From: Tim Otten Date: Thu, 9 Jul 2020 01:23:37 +0000 (-0700) Subject: Setup UI - Validate that the "components" list is not empty (jQuery) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fe4a84d541eed2a6c542f995ec4e6bd4bcd4cfbe;p=civicrm-core.git Setup UI - Validate that the "components" list is not empty (jQuery) --- 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; ?> :

+ +