Skip to content

Commit

Permalink
Merge pull request #6955 from ORCID/RemoveTogglzFromFTL#2
Browse files Browse the repository at this point in the history
Remove RESTRICTED_DELEGATORS
  • Loading branch information
amontenegro authored Dec 19, 2023
2 parents c9e5b48 + e87522c commit c7a79cd
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 c7a79cd

Please sign in to comment.