From f8e58ff26ba2251204a115fa2536eabe899cb9ba Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 17 Jan 2022 21:35:06 +1300 Subject: [PATCH] noexpand seems to never be assigned --- templates/CRM/Form/attachment.tpl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/templates/CRM/Form/attachment.tpl b/templates/CRM/Form/attachment.tpl index 86cade7e56..234880aa81 100644 --- a/templates/CRM/Form/attachment.tpl +++ b/templates/CRM/Form/attachment.tpl @@ -32,13 +32,11 @@ {else} {capture assign=attachTitle}{ts}Attachment(s){/ts}{/capture} {/if} - {if empty($noexpand)}
-
- {$attachTitle} -
-
- {/if} +
+ {$attachTitle} +
+
{if !empty($form.attachFile_1)} -- 2.25.1