nephila / django-ckeditor-filebrowser-filer

A django-filer based CKEditor filebrowser
BSD 3-Clause "New" or "Revised" License
24 stars 42 forks source link

Add suffix to element ids #7

Closed radiac closed 8 years ago

radiac commented 8 years ago

If this is used with djangocms_text_ckeditor.fields.HTMLField in a form with an image field, there was a collision and the plugin wouldn't be able to set the image returned from the filter plugin.

This patch changes all element ids to use the suffix _filerImageDialog to avoid any clashes.

yakky commented 8 years ago

@radiac nice! Will check this soon

yakky commented 8 years ago

@radiac thanks 0.2.0b4 released with this patch