mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[Content-ee][ADW] Alfresco Administrators - private and moderate libraries - can't join to libraries issue resolved (#2687)
This commit is contained in:
parent
cd6a2cc238
commit
0333e4a066
@ -38,6 +38,7 @@ import { ToggleJoinLibraryButtonComponent } from './toggle-join-library-button.c
|
|||||||
(toggle)="onToggleEvent($event)"
|
(toggle)="onToggleEvent($event)"
|
||||||
(error)="onErrorEvent($event)"
|
(error)="onErrorEvent($event)"
|
||||||
[adf-library-membership]="(selection$ | async).library"
|
[adf-library-membership]="(selection$ | async).library"
|
||||||
|
[isAdmin]="(profile$ | async).isAdmin"
|
||||||
[attr.title]="(membership.isJoinRequested | async) ? ('APP.ACTIONS.CANCEL_JOIN' | translate) : ('APP.ACTIONS.JOIN' | translate)"
|
[attr.title]="(membership.isJoinRequested | async) ? ('APP.ACTIONS.CANCEL_JOIN' | translate) : ('APP.ACTIONS.JOIN' | translate)"
|
||||||
>
|
>
|
||||||
<mat-icon *ngIf="membership.isJoinRequested | async">cancel</mat-icon>
|
<mat-icon *ngIf="membership.isJoinRequested | async">cancel</mat-icon>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user