Hello,
I previously had a handful of static URLs configured for Perspective. For example, something like /ProductionArea, /Home, /Reports, etc. I added my first parameter URL using /:ProductionLine, with the input parameter on the primary view. It worked great. However, all my static URLs were then all pointing to the primary view of the parameter URL, using the default parameter of that view.
It looked something like this in the designer (not real pages):
- / -> Nav/Home
- /Home -> Nav/Home
- /:ProductionLine -> ProductionLineView
- /ProductionArea -> ProductionAreaView
- /Reports -> Reports
All the other URLs now loaded to ProductionLineView. I tried a couple things, and found changing /Reports to /Reports/Test now worked for the Reports page. To quickly fix the main issue, I changed the URL for the parameter page to /PL/:ProductionLine, and now all my static pages work again.
My situation was very similar to the screenshot in the documentation. In that screenshot, based on my experience, I would expect all the other static URLs to open up the Towers view. (Pages in Perspective - Ignition User Manual 8.1 - Ignition Documentation)
Is this expected behavior?
Thanks,
Nate