Skip to content
Snippets Groups Projects
Commit 7d69759e authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] calendar: display event reminders

This issue is related to 4f03a622.

The above revision aimed to not fetch uselessly fields values

The thing is, `partner_id` of `get_next_potential_limit_alarm` method
expects a partner id, while partner['id'] is actually a user id.

The `partner_id` of the user must be taken, not the user id itself.
parent 4e8f8405
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment