Friday, June 23, 2023
4 changes · master
Resolved issues and error corrections
This update prevents errors when users return to a project list after sorting or grouping items in the portal. It also cleans up timesheet task search results so users no longer see a confusing “No records” message alongside the option to create a missing task.
Original PR description
This PR address the following issues: 1. Choose 'sort by' any option other than 'Title' or 'Newest', and then navigate back to the project table using the breadcrumb, it may result in a traceback. 2. Search for a task that does not exist, for example, 'xyz' notice that both 'Create xyz' and 'No records' are displayed Fix: - In this PR, keep_query is keeping query in URL so removing it solve the issue. By default, the 'Stage' is used as the groupby for each project. - This PR, will allow canCreate value to be set as true when the project is selected. Task-3318851
This fix ensures analytic account aggregate amounts include the needed currency information. It helps prevent incorrect or missing monetary totals in analytic views, improving reliability for financial analysis.
Original PR description
Forward port of a0a7119f0090ed64c1bd89a1321123dc3e80dde0 opw-3316448
This fixes a missing currency reference in Swedish point-of-sale aggregate reporting. It helps ensure totals are displayed or calculated with the correct currency, reducing reporting errors for affected businesses.
Original PR description
Forward port of 506c906c58a7d1b5e1592ccf0575194e0f387854 opw-3316448
The Helpdesk team settings now clearly show the 'Accept Emails From' label for the related email alias option. This fixes a missing label so users can better understand and configure who may send emails to a helpdesk team.
Original PR description
This PR address following Issue: - The label 'accept emails from' is missing from the alias_contact field. Cause: - The string applied to the field is not visible because it is inherited through another model. Therefore, the string is not functioning as intended. FIx: - To resolve this issue, a label needs to be applied to the field. task-3318851