From 2fd4702dd213b60265aecd244091effe94719991 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.20.1