`8.3.19 (2025-01-21) `_ ================================================================================================ Overview of merged pull requests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ `BUGFIX: Add missing event emitters to internal node properties `_ --------------------------------------------------------------------------------------------------------------------------------- **Review instructions** Currently, when using the event log, internal node data is not logged. So whenever an internal property like ``_hiddenBeforeDateTime`` is changed, you can't see that property in the event log. Therefore, this PR adds missing event emitters to the methods used to set the internal properties. resolved: `#3284 `_ * Packages: ``Neos`` ``ContentRepository`` `BUGFIX: Force direct access on setting node properties in node data similarize `_ ------------------------------------------------------------------------------------------------------------------------------------------------- The ``creationDateTime`` has no setters in AbstractNodeData, so the NodeData::similarize can't set them in the target node propery. We need to allow the ``ObjectAccess::setProperty`` to force direct access to the class properties. The ``lastModificationDateTime`` was also not copied before this bugfix and shouldn't be copied anyways. * Fixes: `#5280 `_ * Packages: ``ContentRepository`` `BUGFIX: Fixed table view of asset editor `_ ----------------------------------------------------------------------------------------------------------- Related to https://github.com/neos/neos-development-collection/issues/5430 This table view: image doesn't currently work because the event listener checks whether there is an or a