Page MenuHomePhorge

Configure display of search results (for tasks)
Closed, ResolvedPublic

Asked by Higgs on Feb 8 2023, 07:44.

Details

Currently search results on tasks contain just the tasks title and the assigned person. However, it would be very useful (for us) to have the ability to add other task fields to the search result, like for example who was the last person who commented or edited a task, when it was last edited, or display of additional custom fields, etc.

I have not (yet) found any information about how to add fields to the query result. Any thoughts if (how) this an be achieved right within Phorge? Of course we could setup an independent webapp and use Conduit on the server side. Any other ideas?

Answers

valerio.bozzolan
Updated 7 Days Ago

Try hacking the src/view/ManiphestTaskListView.php. It seems each row is just a PHUIObjectItemView.

https://we.phorge.it/source/phorge/browse/master/src/applications/maniphest/view/ManiphestTaskListView.php$54-64

I think nobody can stop you in having a small patch for that on your local installation.

New Answer

Answer

This question has been marked as closed, but you can still leave a new answer.