Views, scripts, queries, etc (basically everything you can see in the tree) has a mechanism for overriding that resource at the child level and then undoing that override and reinheriting from the parent project. However, when it comes to session properties and page configurations, as soon as you create a new one at the child level for either two things happen.
- Any new page config or property created at the parent is no longer inherited by the child
- There is no way in the designer to undo this ‘override’, you have to go into the file structure and delete the respective folder that was created in the child project to get any updates to either.
Is there a better way to sync up properties and pages at the child level within the designer? If not, is a way to keep these in sync or undo an override within the designer being developed?