Problem with the Agenda

Good evening, I have the latest version of Dolibarr and I would like to remove the filter that by default puts me in the agenda per user. I would like it to come out empty.

I think I can use in the “Default values” configuration but I do not know what url to put or what field.

Thanks for the help.

If I understand correctly, it’s to prevent other users from reading your tasks?
If so, just remove the following users permissions so they can’t see you or each other.
- Read actions (events or tasks) of others.
- Create/modify actions (events or tasks) of others.
- Delete actions (events or tasks) of others.
- Export actions/tasks of others.

Hello, what I really want to do is eliminate the filter that by default appears when you open the agenda by user. I want all users to see everything. Thank you.

It’s not a pretty or perfect, but if you can’t find another solution, you can edit the Agenda menu link or llx_menu

/htdocs/comm/action/listactions.php?month=&day=&action=show_list&showbirthday=1&filtert=-1&usergroup=-1&actioncode=0&socid=&search_socid=&projectid=0&refresh=Refresh

1 Like

Thanks, in the end I solved it by editing the PHP directly.