Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adf-cloud-task-list user tasks #7263

Open
ilseva opened this issue Sep 23, 2021 · 1 comment
Open

adf-cloud-task-list user tasks #7263

ilseva opened this issue Sep 23, 2021 · 1 comment

Comments

@ilseva
Copy link

ilseva commented Sep 23, 2021

Type of issue: (check with "[x]")

  • New feature request
  • Bug
  • Support request
  • Documentation

Current behaviour:
If I put in the component adf-cloud-task-list the property assignee as

<adf-cloud-task-list
    	[appName]="'default-app'"
    	[assignee]="'assignee">
</adf-cloud-task-list>

I expect to see only the tasks assigned 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.

Expected behavior:
Set property assignee with value 'assignee' and see tasks assigned to the user logged.

Component name and version:
adf-cloud-task-list, 4.3.0

@eromano
Copy link
Contributor

eromano commented Sep 24, 2021

Hi @ilseva I am digging in it but IMO is probably the documentation wrong, I will check more to be sure 100% and will come back with a complete answer. In that field should probably just go the username or thee usergroup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants