I use the Multiupload Imagefield Widget module on my site which provides a new Image field widget: 'image_miw'.

Your module adds its settings to all Image fields, but only applies those settings to fields that use the default 'image_image' widget. Therefore, the settings are added to my MIW fields, but nothing happens when I save nodes...

Your module needs to apply its settings to all Image fields, regardless of the widget they use.

CommentFileSizeAuthor
#1 support_all_image_widgets-1858582-1.patch939 bytesBWPanda
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

BWPanda’s picture

Status: Active » Needs review
FileSize
939 bytes

Here's a patch to that effect.

13rac1’s picture

Category: bug » feature
Status: Needs review » Active

I'm not using other image widgets at this time. Can you suggest a method to detect all additional widgets? It seems each widget will require separate integrations.

BWPanda’s picture

Status: Active » Needs review

I think we posted at the same time... See my patch above.

13rac1’s picture

Ha! Yes. Thanks

13rac1’s picture

Status: Needs review » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)

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