Content
View differences
Updated by Tobias Dillmann 12 months ago
In the [code review](https://github.com/opf/openproject/pull/19096) for <mention class="mention" data-id="62979" data-type="work_package" data-text="#62979">#62979</mention> , some points came up that should be fixed for the release of 16.1
* document new routes added to the API
* remove old and unused sections of the code
* add a check for `view_project_phases_permission` to the filter
* the filter and the select (for displaying the phase column in the work packages table) use the same SQL statement -> make them use the same source instead of having two copies of the same
* there is an open PR that also optimizes the query. Make sure these optimizations are applied before refactoring -> [https://github.com/opf/openproject/pull/19095](https://github.com/opf/openproject/pull/19095)
* document new routes added to the API
* remove old and unused sections of the code
* add a check for `view_project_phases_permission` to the filter
* the filter and the select (for displaying the phase column in the work packages table) use the same SQL statement -> make them use the same source instead of having two copies of the same
* there is an open PR that also optimizes the query. Make sure these optimizations are applied before refactoring -> [https://github.com/opf/openproject/pull/19095](https://github.com/opf/openproject/pull/19095)