Monday, January 23, 2023
3 changes · master
Enhancements to existing features
Creating a new Knowledge article now keeps the writing area focused when users choose to add an icon or cover. This makes article setup smoother by avoiding an unnecessary interruption while users customize their content.
Original PR description
When the user creates a new article, the editor will automatically be focused. When the user clicks on the "Add icon" button or the "Add Cover" button, the user will lose the editor focus which is annoying. This commit will ensure that the user will not lose the editor focus when clicking on those buttons. task-3134527
This update removes an unused display rule in the account consolidation screens. It simplifies the setup slightly and reduces the chance of confusing or outdated behavior, with no expected change to normal user workflows.
Original PR description
before this commit, in consolidation.company_period model for the field period_id an invisible condition is added based on context key from_analysis_period, but such a key is not set in context from any where, so removing the unused invisible condition after this commit, the invisible condition is removed.
Adds automated checks to help ensure Helpdesk works correctly when multiple companies are used. This reduces the risk of setup issues by verifying that the Customer Care team is created for each company.
Original PR description
In this commit add test cases for helpdesk application following test cases are written. - multi company - check 'customer care' team create for all company. task-3012551