Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 635 Bytes

2021-08-24-fix-async-thumbnail-generation.md

File metadata and controls

10 lines (10 loc) · 635 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 16
---
title: Fix async thumbnail generation
issue: NEXT-10733
author_github: @Dominik28111
---

Core

  • Changed method Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator::delete() to perform file deletion syncronously if context has state SYNCHRONE_FILE_DELETE and dispatch message for each filesystem visibility.
  • Added method Shopware\Core\Content\Media\Message\DeleteFileMessage::getVisibility().
  • Added method Shopware\Core\Content\Media\Message\DeleteFileMessage::setVisibility().
  • Changed handler Shopware\Core\Content\Media\Message\DeleteFileHandler to consider filesystem visibility.