jvelo / mayocat-shop

[RETIRED] Open source e-commerce and marketplaces made simple on the JVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No thumbnails for featured image in TenantHomePageApi

tonny008 opened this issue · comments

commented

TenantHomePageApi.groovy
line 123: def thumbs = thumbnails.findAll({ Thumbnail thumbnail -> thumbnail.attachmentId = attachment.id })
missing a equal sign

Fixed, thanks!