-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
Description
Which Umbraco version are you using?
17.2.1
Bug summary
I have a parent node with Public Access set, and when I attempt to fine-tune it for a child node, I'm presented with "Error failed to load Public Access settings"
The endpoint returns:
/umbraco/management/api/v1/document/f1f22c26-bbc3-4206-928a-6ee9c7d7b683/public-access
{
"type": "Error",
"title": "Entry not found",
"status": 404,
"detail": "The specified entry was not found.",
"operationStatus": "EntryNotFound"
}This is the configuration on the parent node:
Specifics
See summary
Steps to reproduce
- Create a parent node and set public access configuration on it.
- Create a child node under the parent node and attempt to edit public access configuration.
Expected result / actual result
Public access should be editable on a child node to allow refinement.
Reactions are currently unavailable