Hey Joe
Not sure if this is a bug or not, so posting here.
I have certain pages that are only viewable and editable by users in the content author roles, meaning they have access to the page settings menu. On this page, they can change the designated parent page, but I'd rather they not be able to do this (some pages will have as many as a dozen people accessing them, and I don't want the page to suddenly move and no one can find it.)
Even if there is no other page they have access to, making the dropdown empty, when they save the new parent page is set to 'root'
I tried going into PageSettings.aspx and setting the parent page dropdown (id=ddPages) to Enabled="false" to solve the immediate problem, but the 'Parent Page' dropdown is still getting set before it gets disabled (so, in the "root" problem above, it's still setting it to root.)
I'm wondering if there's any config option that I missed that would allow my content authors the ability to add content features to the page without allowing them access to the settings, or at least disabling the parent page dropdown?
Has anyone else had this problem?