Content
View differences
Updated by Wieland Lindenthal over 3 years ago
* When searching for a work package in order to link it to a file
* And there are multiple hits (work packages suggested)
* [ ] Then I want to see those hits first that got updated last as those are most likely the most relevant candidates to link to.
* [ ] Same applies
It will probably suffice to extend the global search in Nextcloud when the search integration with OpenProject is activated.
* [ ] Also the already linked work packages for a file should (after a full page reload) ordered by updated\_at descending. query defined [here](https://github.com/nextcloud/integration_openproject/blob/33f42e6d9a20e7c8bb0a79bbd6c0aeb310cec7e0/lib/Service/OpenProjectAPIService.php#L257) with:
`,"t":"updatedAt:desc"`
* And there are multiple hits (work packages suggested)
* [ ] Same applies
It will probably suffice
* [ ] Also the already linked work packages for a file should (after a full page reload) ordered by updated\_at descending.
`,"t":"updatedAt:desc"`