Friday, August 30, 2024
1 change
Resolved issues and error corrections
The Field Service sales tour has been corrected so users can create a product and return to the product list without encountering an error. This prevents interruptions during guided Field Service workflows and keeps the product selection flow stable.
Original PR description
This commit resolves an issue where a traceback occurs during the FSM tour. Steps to reproduce: 1. Start the FSM tour. 2. Create a new task. 3. Launch the timer on the task. 4. Click on the Products cart stat button. 5. Create a new product. 6. Use the breadcrumbs to navigate back to the product list. 7. Traceback occurs. Issue: Extra classes were being added unintentionally, causing the traceback. Solution: Remove the unnecessary classes to prevent the traceback. task-4140462