In frequent use cases, images uploaded in bulk mode share the same authors and tags;
The attached patch would save a lot of typo, and would introduce a bulk insert mode of image atoms into gallery atom...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gifad’s picture

Status: Active » Needs review
FileSize
1.92 KB

The code below is copied from scald_youtube & others, who already implement this feature.

jcisio’s picture

Patch no longer applied. I fix it and improve the code. But I have problem with plupload when using in a modal: atoms could not be created. I don't have time to investigate, and the problem exists without this patch, so I'm just uploading it here.

nagy.balint’s picture

Patch works for me with the plupload issue fixed in #2068103: scald pupload broken in drupal 7.23

However there is an issue which i discovered earlier as well as i implemented similar functionality in custom module before. Is that when i type into the autocomplete field, the selection window is rendered elsewhere in the window, and for example in the default window size, when i scroll down and start to type the options are not on the screen i have to scroll up to the images to see the selection window. Not sure what is causing that.

jcisio’s picture

Status: Needs review » Fixed

Thanks for the review. The other bug is unrelated. Committed and pushed 351eb9a.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

shortspoken’s picture

Works as expected! Thanks a lot! :)