From 9efd0d45aa049fa2a910d0e562246946bc676489 Mon Sep 17 00:00:00 2001 From: tworrall Date: Fri, 22 Nov 2013 12:49:15 -0500 Subject: [PATCH] hasResearchAreas was not displaying the manage icon --- webapp/web/templates/freemarker/lib/lib-properties.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/web/templates/freemarker/lib/lib-properties.ftl b/webapp/web/templates/freemarker/lib/lib-properties.ftl index 575175937..4a786d459 100644 --- a/webapp/web/templates/freemarker/lib/lib-properties.ftl +++ b/webapp/web/templates/freemarker/lib/lib-properties.ftl @@ -142,7 +142,7 @@ name will be used as the label. --> <#macro showAddLink propertyLocalName label url rangeUri domainUri=""> - <#if (rangeUri?contains("Authorship") && domainUri?contains("IAO_0000030")) || (rangeUri?contains("Editorship") && domainUri?contains("IAO_0000030"))|| rangeUri?contains("URL") || label == "hasResearchArea"> + <#if (rangeUri?contains("Authorship") && domainUri?contains("IAO_0000030")) || (rangeUri?contains("Editorship") && domainUri?contains("IAO_0000030"))|| rangeUri?contains("URL") || propertyLocalName == "hasResearchArea"> ${i18n().manage} <#else>