Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - JimMurray

1
Bugs / 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