You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I change the nodetype in the backend via the _nodeType selector, the nodetype of the selected node is changed correctly. However, if this new nodetype has a child-contentcollection which wasn't present in the previous nodetype, the change which adds this collection can not be published. There is no error thrown but after reloading, the change is still visible in the backend. There is a WorkspaceWasPartiallyPublished entry in the events.
Publishing via the cli workspace:publish command publishes correctly.
Expected Behavior
Publishing the changes works as expected.
Steps To Reproduce
No response
Environment
- Flow:
- Neos: 9.0
- PHP:
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
If I change the nodetype in the backend via the _nodeType selector, the nodetype of the selected node is changed correctly. However, if this new nodetype has a child-contentcollection which wasn't present in the previous nodetype, the change which adds this collection can not be published. There is no error thrown but after reloading, the change is still visible in the backend. There is a
WorkspaceWasPartiallyPublished
entry in the events.Publishing via the cli
workspace:publish
command publishes correctly.Expected Behavior
Publishing the changes works as expected.
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: