Thursday, March 28, 2024
2 changes · saas-17.1
Resolved issues and error corrections
When a manager uses auto plan on a shift and no suitable employee is found, Planning now shows a notification instead of appearing to do nothing. This helps users understand the outcome immediately and reduces confusion during scheduling.
Original PR description
Planning improvement:
- Notify the user when no match is found while using auto plan from a shift.
Steps:
-----------
- Install planning
- Create employee and set role
- Open Planning Gantt
- Create a new shift
- Click on the auto plan
issue:
-------
dict is returned without value.
{'open_shift_assigned': []}
task-3774045Fixed an issue in Field Service where duplicating a scheduled task assigned to more than one person could cause an error. This helps teams copy recurring or similar work orders without interruption.
Original PR description
Steps to reproduce: - Create a task with a planned date - Add two users to the task - Duplicate the task Issues: A traceback appears. opw-3809381