adf-cloud-task-list component

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2021 11:06 AM
Hi everyone,
I have a question regarding the component in subject: why does it use the "query" API instead of the "rb" API?
Another question regarding the task assignee. If I put in the component the property assignee
<adf-cloud-task-list [appName]="'default-app'" [assignee]="'assignee"> </adf-cloud-task-list>
I espect to see only the task assingned to the user logged. But the list is empty.
If I change the code as
<adf-cloud-task-list [appName]="'default-app'" [status]="'ASSIGNED'"> </adf-cloud-task-list>
I see the user logged tasks.
Thanks
Labels:
0 REPLIES 0
