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
Due to the change from using the Aspect to the Signal/Slot some cases don't get handled anymore.
When I try to get a new thumbnail syncronous, which does not exist in database yet, the thumbnailRefreshed signal is not sent. So no optimization will be applied.
Before the change the aspect set around Thumbnail->refresh()
But the signal thumbnailRefreshed covers this just partially, as Thumbnail::initializeObject also calls Thumbnail->refresh() without sending the signal.
Due to the change from using the Aspect to the Signal/Slot some cases don't get handled anymore.
When I try to get a new thumbnail syncronous, which does not exist in database yet, the
thumbnailRefreshed
signal is not sent. So no optimization will be applied.Before the change the aspect set around
Thumbnail->refresh()
See: 96436b1
But the signal
thumbnailRefreshed
covers this just partially, asThumbnail::initializeObject
also callsThumbnail->refresh()
without sending the signal.https://github.com/neos/neos-development-collection/blob/8.3/Neos.Media/Classes/Domain/Model/Thumbnail.php#L107-L114
https://github.com/neos/neos-development-collection/blob/8.3/Neos.Media/Classes/Domain/Service/ThumbnailService.php#L148-L164
The text was updated successfully, but these errors were encountered: