1
Bugs / BUG : Master-Detail relation page view broken
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