Actions
Feature proposal #6687
closedImplement mapping images to image fields
Description
If you map a profile avatar url to an image field it doesn't get treated as an actual image and just tries to directly store the string value. Instead implement parsing for these URLs into images to be stored for image field usage.
Updated by krileon about 7 years ago
- Status changed from Assigned to Resolved
- Target version changed from 9.0.0 to 7.1.0
- % Done changed from 0 to 100
If the From field is an image URL and the To field is an image field it will now try to properly convert to an image and save. It'll still stay as a URL for all other field types.
Actions