wirDesign-communication-AG / wirhub-app

Everything about your brand. Available whenever and wherever. Developed by users for users.
https://wirhub.wirdesign.de
4 stars 1 forks source link

SmartBlock Icons: Download aller Icons funktioniert nicht #796

Closed pmdevelopment closed 8 months ago

ChristinaGu commented 8 months ago

Das geht leider immer noch nicht. Nehme den Bug daher wieder in 3.0.18 auf. Getestet hier https://www.markenportal-versicherungskammer.de/grundlagen-corporate-design/style/category/icons-23

ChristinaGu commented 8 months ago

Im Brandnet öffnet sich kurz der Dialog und man wird dann auf die Startseite weitergeleitet (ohne Download). Scheint also kein Serverspezifisches Problem zu sein.

pmdevelopment commented 8 months ago

Command scheitert mit folgendem Fehler:

In IconListService.php line 155:

  Call to a member function getFile() on null

Lösung in Zeile 143 des Commands:

$icons = $this->iconRepository->findByIds(array_keys($iconDownload->getIcons()));
pmdevelopment commented 8 months ago

Wird in #810 behandelt