- I assign task to Portal User
- Portal User sees the task in "My Tasks" dashlet on portal
https://www.loom.com/share/cd23f56f0...b6f34797abd5e7
Portal Task Settings for User:
- Create: No
- Read: Contact
- Edit: Own
- Delete: No
- Stream: No
UPD: I got it to "work" by copying the Task dashlet into a custom one called "Contact Tasks" that differed from the default Task dashlet in that "onlyMy" was set to "false." Then, I set ACL to "Contact" and it shows up fine.
I guess for my understanding, when a portal user is assigned to a task, it's not a true assignment (e.g., $user->id != $entity->get('assignedUserId')) inside the portal?

Leave a comment: