Skip to content

Public Access cannot be modified on a child node #21965

@robertjf

Description

@robertjf

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"

Image

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:

Image

Specifics

See summary

Steps to reproduce

  1. Create a parent node and set public access configuration on it.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions