-
- Downloads
[FIX] calendar: accepting meeting invite from email
Behavior prior to the fix:
When accepting a meeting invite from the invitation email, if not logged
in, an Internal Server Error is received. Additionally, if already
logged in, an Internal Server Error is also received (albeit for a
different reason)
Behavior after the fix:
Accepting (or declining) the meeting invite works and shows the
accepted/declined meeting.
opw-2366173
closes odoo/odoo#60556
Related: odoo/enterprise#14359
Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
Showing
- addons/calendar/controllers/main.py 5 additions, 5 deletionsaddons/calendar/controllers/main.py
- addons/calendar/tests/__init__.py 1 addition, 0 deletionsaddons/calendar/tests/__init__.py
- addons/calendar/tests/test_calendar_controller.py 47 additions, 0 deletionsaddons/calendar/tests/test_calendar_controller.py
Loading
Please register or sign in to comment