Daily updates from Odoo
Monday, February 5, 2024
1 change · master
Resolved issues and error corrections
This fixes an issue where shared planning schedule links could fail after sending schedules to resources without an existing work email. It updates the planning calendar to work correctly with the newer calendar component, improving reliability when publishing schedules.
Original PR description
During the upgrade of FullCalendar v6, some adaptation was missing. This commit aims to resolve these adaptations. Steps to reproduce: * Open Planning App * Click on the Publish button * Select "Roger Scott" in the "Resources" field (or a partner without "work email") * Fill a "work email" address for Scott * Clic to "Save & Send Schedule" * Open the link open in the email received => BUG Note: also remove the `timeFormat` option as it has no effect since FC v4+ > timeFormat Renamed to eventTimeFormat. Accepts a date-formatting > object instead. See: https://fullcalendar.io/docs/v4/upgrading-from-v3