Tuesday, February 2, 2021
4 changes · master
Resolved issues and error corrections
CRM performance test thresholds were adjusted to match observed peak conditions in the automated testing environment. This helps avoid occasional false test failures without changing CRM features or user workflows.
Original PR description
Some tests sometimes require some more queries to be finished. Task ID-2444908
This update restores missing compatibility between calendar reminder processing and SMS-based calendar reminders. It helps ensure scheduled reminder jobs continue to handle calendar notifications correctly when SMS calendar features are installed.
Original PR description
Fine tunning of c8f031ad77, this commit has the missing code compatibility for sms_calendar.
Duplicating a spreadsheet sheet that has no graph now works without causing an error. This improves reliability for users managing documents and spreadsheets, preventing interruptions during routine sheet organization.
Original PR description
Before this fix, duplicating a sheet without graph crashed After this fix it doesn't.
Fixed an issue that prevented quality worksheets from being printed because the report referenced the wrong module name. This restores expected printing behavior for users working with quality control worksheets.
Original PR description
Unable to print for quality worksheet due to the wrong module name in the report modle name. Task 2416671