From e33742c676c4ac8c9540a0d1f8391eecba92372b 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.39.5