Supporting release for connect 2.4.3
It contains following updates to the previous release which provided required features/functionality for connect 2.4.3:
- project search is improved,
a. now users can useref:<actual_ref_code>
to prioritise the search only on the ref code.
b. now search respects the project status filter and shows results as per the current selected tab and shows appropriate message to loadAll Projects
tab when there is no result for the current selected status tab.
c. now search respects theMy Projects
switch as well, earlier it was not showing the search results whenMy Projects
switch was turned on. - Fixed issues with endpoint for migrating old v2 projects to v3 format
- Fixed admin endpoint for reindexing a project to fetch and index phases
- Opened GET and LIST endpoints for template entities so that logged out users can create project in connect.
- Strengthened the write endpoints for the template entities to only allow admins to perform the operations. Earlier managers were also allowed to do these operations.
- Improved error message for the case where copilot is trying to access already claimed or non ready project.