Skip to content

Commit

Permalink
Remove RESTRICTED_DELEGATORS
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Dec 19, 2023
1 parent c9e5b48 commit e87522c
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,10 @@
{{'${springMacroRequestContext.getMessage("workspace.notifications")}' }} <span *ngIf="getUnreadCount > 0">({{getUnreadCount}})</span>
</a>
<#-- ACCOUNT SETTINGS -->
<@orcid.checkFeatureStatus featureName='RESTRICTED_DELEGATORS'>
<a class="top-menu-item" *ngIf="(userInfo['IN_DELEGATION_MODE'] == 'false' || userInfo['DELEGATED_BY_ADMIN'] == 'true') " href="{{getBaseUri()}}/account">
<img src="{{assetsPath + '/img/svg/baseline-settings-20px.svg'}}">
{{'${springMacroRequestContext.getMessage("public-layout.account_setting")?replace("<br />", " ")?replace("'", "\\'")}' }}
</a>
</@orcid.checkFeatureStatus>
<@orcid.checkFeatureStatus featureName='RESTRICTED_DELEGATORS' enabled=false>
<a class="top-menu-item" href="{{getBaseUri()}}/account">
<img src="{{assetsPath + '/img/svg/baseline-settings-20px.svg'}}">
{{'${springMacroRequestContext.getMessage("public-layout.account_setting")?replace("<br />", " ")?replace("'", "\\'")}' }}
</a>
</@orcid.checkFeatureStatus>

<#-- TRUSTED PARTIES -->
<a class="top-menu-item" href="{{getBaseUri()}}/trusted-parties">
<img src="{{assetsPath + '/img/svg/vpn_key_FILL1_wght400_GRAD0_opsz20.svg'}}">
Expand Down

0 comments on commit e87522c

Please sign in to comment.