Thursday, September 5, 2024
2 changes · saas-17.1
Resolved issues and error corrections
This fixes an error that could appear when users tried to view a previous revision in a project task's history. It helps project teams review task changes without being interrupted by a technical failure.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Creating a new course and clicking the Add tag button on the website no longer triggers an error. This improves the course setup experience by allowing users to add tags smoothly from the start.
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