[Content-ee][ADW] Alfresco Administrators - private and moderate libraries - can't join to libraries issue resolved (#2687)

This commit is contained in:
jatin2008 2022-10-04 16:34:41 +05:30 committed by GitHub
parent cd6a2cc238
commit 0333e4a066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>