ACA-4615 Restrict Edit Profile functionality to ECM users only (#7853)

This commit is contained in:
Shubham Bansal
2022-09-22 16:37:48 +00:00
committed by GitHub
parent b33b188807
commit 0d24a29a4e

View File

@@ -80,7 +80,7 @@
<span id="ecm-full-name"
class="adf-userinfo__detail-title">{{ecmUser | fullName}}</span>
<span class="adf-userinfo__detail-profile" id="ecm-email"> {{ecmUser.email}} </span>
<a class="adf-userinfo__detail-profile" href="#/profile">
<a *ngIf="mode==='CONTENT'" class="adf-userinfo__detail-profile" href="#/profile">
{{ 'USER_PROFILE.LABELS.MY_PROFILE' | translate }}</a>
</div>
<div class="adf-userinfo-detail">