Therein lies my problem. It used to be that all admin output was filtered through the lifecycle hooks. So “old” Strapi was fantastic to I give my client access to a “rough and ready” back-end so they can enter their data and push some buttons to stop and start some background processes that my application controls. I didn’t need to spend weeks to build a React user interface, at least not for the client, who can be inconvenienced and trusted with admin access.
Part of the rough and ready user interface were almost always “virtual” or “calculated” fields such as “myentity.profitability = myentity.gross_income - myentity.cost” which the client wants to see “at one glance” in a spreadsheet type view so he can sort and copy the data.
That view was – you guessed it – the admin list / pager view.
So it seems like that shortcut to client bliss is dead. Is there a new / undocumented / hacky way to still make the admin list view call all the hooks as it used to be in v3.1.6 (which is the last one I tested)?
Even if you named the correct file to patch, that would help me a lot, I would figure it out from there…
Cheers mate and thanks for a great system. Makes me look really good in front of my clients.