From e87522cfa47674bd0ca341e54f738276f281b16c Mon Sep 17 00:00:00 2001 From: amontenegro Date: Tue, 19 Dec 2023 15:11:39 -0600 Subject: [PATCH] Remove RESTRICTED_DELEGATORS --- .../includes/ng2_templates/user-menu-template.ftl | 9 --------- 1 file changed, 9 deletions(-) diff --git a/orcid-web/src/main/resources/freemarker/includes/ng2_templates/user-menu-template.ftl b/orcid-web/src/main/resources/freemarker/includes/ng2_templates/user-menu-template.ftl index 35cca63d399..b77235b893d 100644 --- a/orcid-web/src/main/resources/freemarker/includes/ng2_templates/user-menu-template.ftl +++ b/orcid-web/src/main/resources/freemarker/includes/ng2_templates/user-menu-template.ftl @@ -36,19 +36,10 @@ {{'${springMacroRequestContext.getMessage("workspace.notifications")}' }} ({{getUnreadCount}}) <#-- ACCOUNT SETTINGS --> - <@orcid.checkFeatureStatus featureName='RESTRICTED_DELEGATORS'> {{'${springMacroRequestContext.getMessage("public-layout.account_setting")?replace("
", " ")?replace("'", "\\'")}' }}
- - <@orcid.checkFeatureStatus featureName='RESTRICTED_DELEGATORS' enabled=false> - - - {{'${springMacroRequestContext.getMessage("public-layout.account_setting")?replace("
", " ")?replace("'", "\\'")}' }} -
- - <#-- TRUSTED PARTIES -->