Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows setting a thumbnail image #69

Merged
merged 4 commits into from
May 31, 2019
Merged

Allows setting a thumbnail image #69

merged 4 commits into from
May 31, 2019

Conversation

funkenstrahlen
Copy link
Contributor

I use ImageRow in a project that works with a REST API. When the object the user does edit using an Eureka form already has an image defined for the attribute associated with the ImageRow I only want to download a thumbnail from the server to show an image is already set. However I do not want to set the value of the ImageRow to the thumbnail image because the value is always considered as representing the full resolution image set by the user.

Therefore this PR introduces a new attribute thumbnailImage to ImageRow which allows setting a thumbnail image and does not conflict with the actual value of the ImageRow.

@mats-claassen mats-claassen merged commit 953bd33 into EurekaCommunity:master May 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants