jvelo / mayocat-shop

[RETIRED] Open source e-commerce and marketplaces made simple on the JVM
Other
173 stars 116 forks source link

No thumbnails for featured image in TenantHomePageApi #268

Closed tonny008 closed 8 years ago

tonny008 commented 8 years ago

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

jvelo commented 8 years ago

Fixed, thanks!