neos-development-collection
neos-development-collection copied to clipboard
BUG: On matrializing a node in user workspace, creationDateTime gets lost
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
If I change a property of a node, the node becomes materialized in my user workspace. In fact, the node from the base workspace get copied (similarized) into the user workspace. Also the creationDateTime should be copied. Currently the creationDateTime does not and will be "now" instead.
Expected Behavior
The matrialized node shall have the same creationDateTime as the node in the base workspace.
Steps To Reproduce
- Login as user
- Select a node which has no unpublished changes
- Check "Created" in "Additional changes" in the inspector.
- Change something on the node.
- Check "Created" in "Additional changes" in the inspector again.
Environment
- Flow: 8.3.11
- Neos: 8.3.17
- PHP: 8.3
Anything else?
No response