Monday, November 29, 2021
4 changes · master
Enhancements to existing features
Survey creators can now set a different background image for each section, making surveys more visually engaging and better aligned with themed or conditional question flows. When respondents move between sections, the page automatically shows the section-specific background or falls back to the survey's main background if none is set.
Original PR description
Purpose ======= Allow the user to configure a background per section. Can be useful to illustrate a selected theme, especially for survey with conditional questions (e.g.: burger quiz). Specifications ============== This merge adds the background per section feature. If the section to display has a background image configured, the background will be refreshed using that section background image. If the section has no background, the survey background is used. The background is refreshed only if the previous and the next sections are different. The background is refreshed at the same time that the next question is loaded. The next section to display depends on free text (section with description) configuration and on conditional questions. The next section to display can be the next question's section or directly the next question itself (if the question is a section). Link ==== Task ID: 2225393
This update improves clarity in settings screens by adding better subtitle styling. It also makes sales campaign totals more complete on dashboard buttons, while still respecting each user’s access rights when they open the underlying records.
Marketing automation users can now save and reuse favorite audience filters, matching the experience already available in mass mailing. This makes it easier to manage recurring campaign segments and access them from a new Favorite Filters configuration menu.
Original PR description
this PR allow to save the favourite filter in marketing automation as we have in mass mailing. Task-id: 2092853
The Helpdesk team dashboard cards were redesigned to make key ticket metrics and actions easier to access. Managers and support teams can now quickly jump to important views such as open, urgent, unassigned, failed, closed, satisfaction, and SLA-related tickets directly from the dashboard.
Original PR description
Purpose of the commit is to improve the team kanban card layout on dashboard. task-2531483