-
- Downloads
[FIX] calendar: invalid accept link in reminder email
Behavior prior to the commit:
- the accept link in the reminder email for a meeting has a parameter
`event_id`, instead of `id`, which causes an error 500 when the user
tries to accept the meeting
Behavior after the commit:
- the accept link uses the correct `id` parameter
opw-2366173
closes odoo/odoo#61983
Signed-off-by:
Nicolas Galler <ngaller@users.noreply.github.com>
Showing
- addons/calendar/data/mail_data.xml 1 addition, 1 deletionaddons/calendar/data/mail_data.xml
- addons/calendar/i18n/calendar.pot 1 addition, 1 deletionaddons/calendar/i18n/calendar.pot
- addons/calendar/i18n/da.po 2 additions, 2 deletionsaddons/calendar/i18n/da.po
- addons/calendar/i18n/zh_CN.po 2 additions, 2 deletionsaddons/calendar/i18n/zh_CN.po
Please register or sign in to comment