Object Instance Header Title displays a Page Name that is part of the navigation menu if the internal IDs match
STEPS TO REPRODUCE
- Go to MUX > Pages and create a page called "My Test Page"
- Note the URL the page generated and the Page ID: 5000000
- http://myserver:8080/pm/#/uipage/5000000
- Go to Classic > Administration > Studio > Create an API Enabled Custom Object without Object Extension called "My Custom Object"
- Go to MYX > Custom Objects > My Custom Object
- Create an instance of the object called "My Object Instance"
- Note the URL the page generated and the Instance ID: 5000000
- http://myserver:8080/pm/#/customobjects/custObis/5000000/details
- The object instance Header Title displays the Instance Name : "My Object Instance"
- MUX Administration > System Settings > Navigation Menu
- Add Page > Add "My Test Page" to the menu
- Navigate to the page on the menu
- Note the URL the page generated and the Navigation Menu ID: 5000000
- http://myserver:8080/pm/#/uipage/5000000/details
- Go back to the object instance craeted in Step 4
- Look at the Header Title
Expected Results: The Header Title displays the Instance Name: "My Object Instance"
Actual Results: The Header Title displays the Page Name: "My Test Page"