Tuesday, October 1, 2024
1 change · saas-17.2
Resolved issues and error corrections
Duplicating multiple appointments no longer causes an error when the HR appointment features are installed. This keeps scheduling workflows smooth and avoids interruptions for users managing several appointment types at once.
Original PR description
Before this PR When multiple appointments are selected and duplicated a traceback occurs. **Technical** **_get_default_range_slots** method in appointment_hr expects single record, so when appointment_hr is installed and try to duplicate the record singelton traceback occurs. After this PR Without any traceback, appointments can be duplicated. Task-4210180