Hi, I have to edit the detailview.php file. I would like when I click on a row in listview, instead of opening the classic Detail, a new listview is opened for that element. Example:
ListView:
id id_activity type
1 1 data entry
2 1 calls on the phone
3 2 data entry
4 1 sending e-mail
when I click on id_activity (for example 1) something like this will appear in Detailview:
type date name
data entry 2020-1-12 Mike
calls on the phone 2020-1-15 Luke
sending email 2020-2-13 Lucy
Any idea how to do it?
Thanks