neos-development-collection icon indicating copy to clipboard operation
neos-development-collection copied to clipboard

Disallow disabling tethered nodes

Open mhsdesign opened this issue 1 year ago • 9 comments

When hiding the main content collection - via php api: (which already sounds baaaaad) an error will be thrown:

No content collection of type Neos.Neos:ContentCollection could be found in the current node (/[99f81405-8781-4f3b-a6ba-8606a8be66d6]) or at the path "main"

So i think we should enforce that this can never happen via constraint checks.

Related discussion https://github.com/neos/neos-ui/pull/3004#pullrequestreview-1808255932 Related https://github.com/neos/neos-ui/issues/2282

mhsdesign avatar Jan 08 '24 08:01 mhsdesign