Tuesday, February 18, 2025
2 changes · saas-18.2
Enhancements to existing features
Emails sent from templates now consistently use the reply-to address defined on the template instead of falling back to conversation-based routing. This makes customer replies go to the intended inbox more reliably across single emails, mass emails, and comments.
Original PR description
When sending an email using a mail template, utilize the default value set in the reply-to field. Task-4229725
Gantt schedules now automatically fold unavailable time, making timelines easier to scan without extra user action. Dark mode contrast is improved and folded columns are slimmer, leaving more space for useful planning information.
Original PR description
First commit lightens the unavailability color in dark mode to distinguish it from the border color and make it easier to differentiate from folded columns. Second commit removes the fold attribute from the gantt view as it becomes the default behavior for any gantt view with unavailabilities. The fold/unfold button of the gantt_scale_selector is also removed since it loses its purpose as a result. Third commit changes the width computations of folded column so that they have a fixed with of 36px. This helps saving screen space for actually useful information. Part of task-4571228