Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
1.01.04
-
None
-
None
-
Beta 2
Description
My document type has a multiple value "imagelink" field (see screenshot).
When generating bean using Essentials, resulting Java class contains getImage method with incorrect return type:
@HippoEssentialsGenerated(internalName = "myhippoproject:image")
public HippoGalleryImageSetBean getImage()
It should be:
public List<HippoGalleryImageSetBean> getImage() {