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

FEATURE: Add optional node type inheritance to CreateNodePrivilege

Open ComiR opened this issue 4 years ago • 3 comments

This is a rebased version of #2166 targeting master.

If you define a matcher like createdNodeIsOfType("Some.Package:Mixin"), the creation of a node using this mixin should match. Currently only the final NodeType is checked (ignoring inheritance). Imho here we should do the same inheritance checks as everywhere else.

I still suggest looking into the privilege system, since there are some inconsistencies.

Resolves: #3136

ComiR avatar Oct 03 '20 16:10 ComiR

This will fix #3136

jonnitto avatar Oct 14 '20 13:10 jonnitto

Close/re-open to trigger new Travis integration

kdambekalns avatar Nov 09 '20 08:11 kdambekalns

Can someone do a rebase of this?

albe avatar Apr 10 '21 11:04 albe