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
@Corepex I guess it is simpler to just use one route for all since it is the same call anyways and splitting this up in 3 different routes just creates code dupes.
@Corepex I guess it is simpler to just use one route for all since it is the same call anyways and splitting this up in 3 different routes just creates code dupes.
We already have an endpoint to clear the thumbnails for images.
We would need the same endpoint for
videos
andpdfs
.In the old UI, everything seems to have the same URL:
https://github.com/pimcore/admin-ui-classic-bundle/blob/2.x/public/js/pimcore/asset/asset.js#L316
In the new UI, we split the logic, so feel free to create two endpoints to match the current approach.
The text was updated successfully, but these errors were encountered: