Using PHPRunner V11 (42796)
I have the following scenario
Database always used on a server (not local)
The Clients table has Branches and Terminals as children
As both Branches and Terminals are updated from another process, in the list page when pressing the icon to view them it only shows the View option.
If I run the application with View in Browser (local app, database on server), being in the clients list page, I press the icon to see the branches, it shows me the corresponding list page, I press the icon to show the view of the branch and it does it correctly.
Now, running the application already on the server (app and databse both in server), if I perform the same operation the view is not shown.
Thanks in advance.
Guillermo