Monday, September 23, 2024
1 change · 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