Skip to main content
Topic: BUG : Master-Detail relation page view broken (Read 920 times) previous topic - next topic

BUG : Master-Detail relation page view broken

Page view in the Master-Detail relationships window is broken on PHPRad 2.6.2 Classic Edition.

Steps to reproduce :

Create a master-detail relationship
Set the target to PageView
Publish the project.

When you attempt to drill down into the relationship from within the application it results in a 404 error.

Cause : the generated page path is not correct, it still includes the original page prefix as in the example below :

http://localhost/tracker/#/enterprise/view/plant/List/siteid/2

It should read :

http://localhost/tracker/#/plant/List/siteid/2

Can this be fixed or is there a workaround please?

Jim