Wednesday, October 18, 2023
4 changes · master
Resolved issues and error corrections
The Helpdesk settings text was corrected to add a missing space and use clearer wording for the email alias option. This makes the setup guidance easier for users to read and understand when configuring alias domains.
Original PR description
In this PR we have fix the missing space between tip and the link to set up the alias domain and also renamed use alias with email alias task-3463622
A minor wording issue was corrected in marketing automation messaging, changing "interested for becoming" to the grammatically correct "interested in becoming." This improves the professionalism and clarity of customer-facing campaign text.
Original PR description
Commit fixes grammatical issue. Example: `Azure Interior is interested for becoming a partner.` will be replaced by: `Azure Interior is interested in becoming a partner.`
Fixed an issue in the manufacturing work order flow where saving from the quality check production registration button could fail. This helps operators complete quality checks and production registration more reliably without workflow interruptions.
Original PR description
Fix to ensure that calling save() works on model.root.records which is now an Array of Proxy(Record) and not simply a Proxy(Record).
This work-in-progress change adjusts an automated test for spreadsheet chart settings in Documents. It is intended to improve test reliability and does not introduce a direct user-facing change.
Original PR description
WIP - Please ignore this PR