Wednesday, January 17, 2024
2 changes · master
Enhancements to existing features
Planning calendars now open in day view by default on mobile devices, making schedules easier to read and adjust on smaller screens. This improves the experience for creating, moving, and managing shifts while using mobile devices.
Original PR description
Before this commit calendar view in planning open month view default for mobile device and month scale in calendar view does not renders very well and not that much easily usable in planning app. So this commit open day scale default in planning app for mobile device so user can easily create or move around shift. task-3178619
Resolved issues and error corrections
Copying a marketing automation activity now also copies its related mailing, so duplicated campaigns keep the emails they need. This prevents campaigns from cancelling emails unexpectedly when the copied activity is run.
Original PR description
When we copy activities, we should also copy their mailings, otherwise when we run campaign it cancels emails. task-3465452