Open pduersteler opened 5 years ago
Nodes that use an asset as property won't have their caches flushed if an asset's metadata is being updated.
(This may be related to #1434).
Neos\Media\Domain\Model\ImageInterface
The custom node type displays the updated description that has just been added through the media library.
The custom node type still displays the old description.
neos/flow 5.1.5 neos/media 4.1.8 neos/neos 4.1.8
Can confirm this. Seems to be related to the new feature: https://github.com/neos/neos-development-collection/pull/2097
Currently just the user workspace cache gets invalidated, but not the live workspace cache.
Description
Nodes that use an asset as property won't have their caches flushed if an asset's metadata is being updated.
(This may be related to #1434).
Steps to Reproduce
Neos\Media\Domain\Model\ImageInterface
that has a template which outputs the asset's description.Expected behavior
The custom node type displays the updated description that has just been added through the media library.
Actual behavior
The custom node type still displays the old description.
Affected Versions
neos/flow 5.1.5 neos/media 4.1.8 neos/neos 4.1.8