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 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
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
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 thecreationDateTime
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
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: