Is there a way to get all the todos assigned to the logged in user in a block?

I tried Views. But the user argument doesnt work like in case of node reference or user reference.

Comments

AlexisWilke’s picture

To Do items are Nodes, so if you create a Node view, you should have access to the user the same way. Although as far as I remember, I added a filter on assigned users.

Is that what you tried to do?

Thank you.
Alexis

pareen’s picture

Status: Active » Closed (fixed)

Got it.

Thanks a lot.