Problem/Motivation
Selecting a new cloudinary image remove the previous selected ones.
Steps to reproduce
- Install drupal 9.5.1
- Install Cloudinary and activate module cloudinary, cloudinary_media_library_widget, cloudinary_stream_wrapper
- Configure Cloudinary module
- Add a new field of type Media called field_images to basic page content type. Set it to allow unlimited number of values. Select Cloudinary image as the only allowed media type.
- In the manage display form, select Cloudinary media library widget for the new images field (default resource set to Cloudinary image)
- Go to content tab then add a new basic page content type
- Select multiple images from Cloudinary then save
- Edit the newly added page, add a new image to the previous selected images.
- All previous selected images are replace by the new selected ones
Proposed resolution
New selected images should be appended to the selection
Comments