From 5dc31c137ebbc0d5d811b49402f19d7074120ad8 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 18 Apr 2019 12:17:13 +0000 Subject: [PATCH] Bug 20689: (follow-up) Correct scope of template variables The removal of the - [% ELSE %] - - [% END %] Required
  • - [% IF field && field.tagfield == tagfield %] - - [% ELSE %] - - [% END %] - Required + + Required
  • - [% IF field && field.tagsubfield == tagsubfield %] - - [% ELSE %] - - [% END %] +
  • -- 2.1.4