From aa6f261fffd080655e1f35c881a2c7fc060624b1 Mon Sep 17 00:00:00 2001 From: Noah Miller Date: Mon, 20 Mar 2023 14:50:01 -0400 Subject: [PATCH] skip adding script when it won't have anything to run on --- templates/CRM/common/Tagset.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/common/Tagset.tpl b/templates/CRM/common/Tagset.tpl index bb862767fd..6e6efc1cfa 100644 --- a/templates/CRM/common/Tagset.tpl +++ b/templates/CRM/common/Tagset.tpl @@ -45,7 +45,7 @@ {/if} -{if empty($skipEntityAction) and empty($form.frozen)} +{if !empty($tagsetInfo) and empty($skipEntityAction) and empty($form.frozen)}