From d941e2b0949344b36e4cdf2709e6319b2d6604dd Mon Sep 17 00:00:00 2001 From: tworrall Date: Tue, 8 Nov 2011 17:42:05 +0000 Subject: [PATCH] NIHVIVO-2734: in those rare cases where a property does not belong to a property group and doesn't get grouped under Other, we now display a generic, bogus property group title --- .../body/partials/individual/individual-properties.ftl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl b/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl index dc4c5c4ea..b7c3be07e 100644 --- a/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl +++ b/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl @@ -17,6 +17,8 @@ <#-- Display the group heading --> <#if groupName?has_content>

${groupName?capitalize}

+ <#else> +

Properties

<#-- List the properties in the group -->