Adjust AssetUsageProjection
to use workspace instead of content stream id
#5084
Labels
AssetUsageProjection
to use workspace instead of content stream id
#5084
The AssetUsage needs to switch from contentStreamId to WorkspaceName from Projection until all depending DTOs.
With #5002 we have access to the
WorkspaceName
in the projections instead of only theContentStreamId
.That means we can adjust the write side + read side. And the chain down to the AssetUsageReference incl. AssetUsageFilter. To use workspace names.
... as well as the
AssetUsage
class.Should fix the following todos and problematic usages of the contentStreamId:
neos-development-collection/Neos.Neos/Classes/AssetUsage/Service/AssetUsageSyncService.php
Line 58 in 67516e6
neos-development-collection/Neos.Neos/Classes/Service/ImageVariantGarbageCollector.php
Line 80 in ec803ee
The text was updated successfully, but these errors were encountered: