Friday, June 23, 2023
1 change · 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