Tuesday, June 22, 2021
3 changes · master
Enhancements to existing features
The Project app now shows improved helper messages across several menus. This makes empty or guidance screens easier to understand, helping users know what to do next without needing technical knowledge.
Original PR description
Purpose of the commit is to improve the helper message content in various menu. So in this commit, updated the helper content in various menu TaskID: 2542382
Helpdesk sample data now shows clearer explanations when users hover over daily target values. The app tour also ends on ticket management steps, making the guided experience more focused and easier to follow.
Original PR description
Currently, *In the helpdesk module when the user hovers over the daily target sample data (in number and in percentage), the tip says "click to set" *In helpdesk app tour, tour ends with stage creation So in this commit did the below changes: *Removed the tip "click to set" in sample data (in number and in percentage) Instead, it shows the following tip: -first column "Tickets closed daily target" -second column "Success rate daily target" *Stoped the tour with ticket management and switched the two last remaining steps: -Pointed purple drop on star icon for before the last step -Pointed purple drop on ticket card for the last step Task ID: 2455720
Report print previews now better match what users see after manually collapsing lines. When a user folds a line while “unfold all” is active, the system turns off that option so exported PDFs reflect the current view more accurately.
Original PR description
At the moment, printing the preview of a report as pdf while having the unfold all option active but having manually folded some lines print all the lines without taking into account the newly folded ones. This commit aims to make the behavior more consistent by automatically disabling the unfold all option when folding a report line while it is active. Task id #2381392