neos / contentrepository-development-collection

Work in Progress on the Event Sourced Content Repository as installable set of packages
4 stars 9 forks source link

!!! BUGFIX: Apply Node Creation Handlers at write time #140

Closed bwaidelich closed 4 years ago

bwaidelich commented 4 years ago

Adjusts the signature and integration of the NodeCreationHandlerInterface so that it can be invoked before the command is published (and projected).

This is required in order to apply invariants before a node has been created.

Fixes: #139

skurfuerst commented 4 years ago

absolutely makes sense, thanks <3