Rules configured at blueprint are not honored at certain navigation
Steps to Reproduce:
- Login to clarity mux as administrator
- Create a sub object under project object
- Copy the standard project blueprint and save with any name
- Configure the blueprint and add the sub object created in step 2
- Enable the Property Navigation, Quick Create, Create Dialog and Show Details Flyout for the custom object created in step 2
- Now create a rule to hide the module matching filters, in this case we have created a rule where work status = HOLD then hide any module and publish it
- Attach the blue print to the couple of projects
- Now open a project and select work status as hold and based on rule one of the module will be hidden
- Now create an instance on the newly created object and go to the properties of the sub object
- Now click on the hyperlink link of Project --> Sub Project and it will land up in the Property page of Project and rules are not honored .
Expected Results: The rule should honor for every navigation
Actual Results: The rules are not honored when user clicks on the project link in the breadcrumb (from the sub object's properties page), the UI is not calling the project API.