Daily updates from Odoo
Monday, September 23, 2024
2 changes · saas-17.2
Resolved issues and error corrections
Creating a new course and using the Add tag button on the website no longer causes an error page. This improves reliability for course managers setting up tags for the first time.
Original PR description
Steps to reproduce: 1. Create a new course 2. Go to front-end. 3. Click on the 'Add tag' button. 4. Throws a traceback Technical Reason: When creating a website slide for the first time, channelTagIds are undefined, causing JSON.parse to throw an error. After this Commit: No traceback will occur. Task-4154899
The Time Off dashboard calendar now stays correctly arranged when users toggle the “Show Weekends” option in yearly view. The dashboard also correctly respects the weekend visibility setting after a page refresh, reducing confusion for employees and HR teams reviewing leave schedules.
Original PR description
Before this commit when the filter on the Time Off Dashboard is set to "Year" (which is default) and the "Show Weekends" filter is toggled, the entire calendar view of the dashboard becomes…
Before this commit when the filter on the Time Off Dashboard is set to "Year" (which is default) and the "Show Weekends" filter is toggled, the entire calendar view of the dashboard becomes scrambled. It returns to its normal state when the page is refreshed. Also when "Show Weekends" filter is in false state and we refresh the page we are getting weekends in calendar view of dashboard while the "Show Weekends" filter state remains false. Steps to reproduce : - Go to Time Off Module - Click on scale selector and then click on "Show Weekends" filter - The entire calendar view of the dashboard becomes scrambled After this commit the calendar view of time off dashboard will not be scrambled when we toggle the "Show Weekends" filter. Also we will get weekdays in calendar view of dashboard when "Show Weekends" filter is in false state and we refresh the page. Task-4072516 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr