Missing Node Types after upgrading to Neos 2.2

Hi everyone,

after upgrading from 2.1 to 2.2 this morning I notice some strange behavior of Neos. All the Node Types, except one, defined in the NodeTypes.yaml in my package are missing in the Insert Node Panel. They are however visible in the inspector selectbox where I can change the type of a node. And here comes the strange part: If I add a new NodeType, let’s say “Acme.NewOne” with superType “TYPO3.Neos:Content” it will show up in the panel. If I change or add a superType “Acme.OldOne”, both OldOne and NewOne suddenly appear in the Insert Panel.
Does anyone have an idea what could cause this?

EDIT

found the problem. One of my node types was assigned to group: hidden which worked perfectly in all previous Neos versions. After assigning it to a group that really exists now all my node types are back again, but now I need to figure out a way to hide this particular element :slight_smile:

Regards,
sljan96

The fresh 2.2.1 should fix that error so hiding entries via group: ~ should work.

Yep, works.

Thank you :slight_smile: