First thank you for this great module, that exactly points my needs.

In content types containing an file field, you get a notice in node edit mode over all image editors, points to an undefined index in line 1089 of the imageeditor.module. The image editor module seems to listen to the file fields beside the image fields (maybe an interesting handle for the aviary vector issue and store vector grafics in file fields?). The transmitted patch wraps the assign of the $settings[$codename . '_enabled'] variable with isset(), so that only setted variables affect the returned value of imageeditor_enabled($settings). Hope this helps a little bit.

Comments

duozersk’s picture

Hi Patrice,

Thanks for the appreciation and patch ;)

Looks like I need to figure out a better way to identify Image field in imageeditor_element_info() and hook only into the image field processing. Thoughts?

As for the vector graphics - I had an idea of using File field for this, but then this vector graphics will be just a File field entry, e.g. no way to see it inside Drupal without running an editor. Something to think about :)

Thanks
AndyB

duozersk’s picture

Assigned: Unassigned » duozersk
Status: Active » Fixed

Fixed it another way, will release in 1.1 in about an hour.

All the best,
AndyB

Status: Fixed » Closed (fixed)

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