Closed mhdostal closed 7 months ago
This moves the calculation and setting of the thumbnail size for attachments to the AttachmentFeatureElementView class and adds a thumbnailSize argument to the AttachmentModel constructor, instead of having it on the load() method.
AttachmentFeatureElementView
thumbnailSize
AttachmentModel
load()
Note this branch is based on the FeatureFormView - Refresh attachment display on add PR, so that should be merged first.
This moves the calculation and setting of the thumbnail size for attachments to the
AttachmentFeatureElementView
class and adds athumbnailSize
argument to theAttachmentModel
constructor, instead of having it on theload()
method.Note this branch is based on the FeatureFormView - Refresh attachment display on add PR, so that should be merged first.