mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
ACA-4615 Restrict Edit Profile functionality to ECM users only (#7853)
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
<span id="ecm-full-name"
|
<span id="ecm-full-name"
|
||||||
class="adf-userinfo__detail-title">{{ecmUser | fullName}}</span>
|
class="adf-userinfo__detail-title">{{ecmUser | fullName}}</span>
|
||||||
<span class="adf-userinfo__detail-profile" id="ecm-email"> {{ecmUser.email}} </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>
|
{{ 'USER_PROFILE.LABELS.MY_PROFILE' | translate }}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="adf-userinfo-detail">
|
<div class="adf-userinfo-detail">
|
||||||
|
Reference in New Issue
Block a user