Denny Lubitz
Denny Lubitz
Now it works as the code suggests. BUT if you do any change to materialize the node, this `lastModificationDateTime` should be `now`, right? Due to this fix, the `lastModificationDateTime` stays...
I changed the bugfix, so we just copy the creationDateTime. I assume we don't need to copy the `lastModificationDateTime` as it always make sence to have the current time as...
Thank you @lkFormatD. I'd move this issue into [neos/neos-ui](https://github.com/neos/neos-ui) repository.
There is an issue in DocTools or in the configuration. Currently DocTools skips the NodeCommandController, because the package is not in the allow list. ``` 12:23:35 Rendering Reference "Neos:NeosCommands" 12:23:35...
Should be fixed with: https://github.com/neos/neos-development-collection/pull/5443
https://github.com/neos/neos-development-collection/commit/0a60c57c7dee5404ff47b933acea32538939bd76 Ok, it did.
Current state is, that we might need to implement also the node hierarchy in the AssetUsageProjection, to be able to handle child nodes on deleted nodes. See: https://neos-project.slack.com/archives/C04PYL8H3/p1718654280746299
As discussed with @bwaidelich : * We want to try to replace the projection with a CatchUpHook * We just want to track changes to asset-properties. * For the initial...
Closed in favor of https://github.com/neos/neos-development-collection/pull/5258
Might be introduced with https://github.com/neos/neos-development-collection/pull/5117