Permission List Component

cancel
Showing results for 
Search instead for 
Did you mean: 
anshu_kumar
Active Member II

Permission List Component

Hi,

I am using ADF 2.3.0 and ACS 5.2.0.

The Permission List Component does not seem to fetch the permission list of the node.

I tried to add the component in a tab like below.

<mat-tab label="Permissions" *ngIf="node.isFile">
<adf-permission-list [nodeId]="node.id"></adf-permission-list>
</mat-tab>

Also, tried to implement it using MatDialog so.. to show pop-up dialog on click of custom content-action but it didn't work either.

And I don't see any error logs in the browser console also.

Appreciate the help here!

2 Replies
dvuika
Alfresco Employee

Re: Permission List Component

Are you sure the underlying API is present in 5.2.0? I suggest trying with 5.2.3 at least.

anshu_kumar
Active Member II

Re: Permission List Component

Thanks Denys.

I upgraded my ACS to 5.2.1 and permission component is showing up now.