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
In 8.3 \Neos\Neos\Service\ImageVariantGarbageCollector::removeUnusedImageVariant seemed to be connected to the "nodePropertyChanged" signal of \Neos\ContentRepository\Domain\Model\Node::emitNodePropertyChanged
With Neos 9 we removed these signals. And need to use a catchup hook.
Additionally this line $node->subgraphIdentity->contentStreamId will need to be reworked as we will remove the cs id on the node #5043
But that will be part of #5084
The text was updated successfully, but these errors were encountered:
mhsdesign
changed the title
BUG ImageVariantGarbageCollector is not triggered in Neos 9 on node property changed
BUG ImageVariantGarbageCollector is never triggered in Neos 9
Jun 16, 2024
In 8.3
\Neos\Neos\Service\ImageVariantGarbageCollector::removeUnusedImageVariant
seemed to be connected to the "nodePropertyChanged" signal of\Neos\ContentRepository\Domain\Model\Node::emitNodePropertyChanged
With Neos 9 we removed these signals. And need to use a catchup hook.
Additionally this line
$node->subgraphIdentity->contentStreamId
will need to be reworked as we will remove the cs id on the node #5043But that will be part of #5084
The text was updated successfully, but these errors were encountered: