Alfresco Angular components ( Documentation -> https://alfresco.github.io/adf-component-catalog )
Hello,
in the document-list, I cannot configure 3 consecutive sortings. Example: sorting: ['alf:meta1 asc', 'alf:meta2 asc', 'alf:meta3 asc'].
Whereas in the public API it is possible.
I think that you have made a regression with your sorting and additionnalSorting ?
How can I configure my 3 sorts ?
Thanks in advance
Hello,
I'm trying to add a unclaim/claim task button on a custom page.
I'have add the TaskListModule on the imports of my module.ts.
and when i add the "<button adf-unclaim-task [taskId]="taskId" (success)="onUnclaimTask()">Unclaim</button>" i got that error :
Uncaught Error: Template parse errors:
Can't bind to 'taskId' since it isn't a known property of 'button'.
do you know how to correct this error ?
we're trying to use the adf-claim-task
& adf-unclaim-task
directives, that takes taskId
as a required property
we're following ADF Doc : https://www.alfresco.com/abn/adf/docs/process-services/directives/unclaim-task.directive/
the directives seems to be in the "TaskListModule"
we added it in our module, but we still have the error mentioned above
@DenysVuika We are testing the withCredentials changes with Kerberos, looks like the authentication works fine. I do observe that the top right user icon and user info on the toolbar is not getting displayed. Is this something known issue and will be addressed?
Hi, I'm facing the same problem but on ADF 3.7.0 (old project, I know). I removed the login component, set the right conf in the app.config.json file and remove canActivate[AuthGuardEcm] in routes. I can go into my app but can't see the User Info and other things doesn't work as usual. My problem is on ADF not ACA but it looks like the same. Thanks.