neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 218 forks source link

!!! TASK: streamline `NodeReferencesWereSet::$nodeAggregateId` #5153

Open mhsdesign opened 1 week ago

mhsdesign commented 1 week ago

The property was previously named $sourceNodeAggregateId which is a total anomaly to all other events.

To simplify code working with a range of events by interface (EmbedsContentStreamAndNodeAggregateId) we should align the name property. See also: https://github.com/neos/neos-development-collection/issues/5152

Upgrade instructions

Review instructions

Also adds tests for another event runtime migration that we already had but was previously untested which is not a good idea as shown by the last bug ^^ :D

Checklist