sveetch / django-smart-media

Django file fields with SVG support
https://django-smart-media.readthedocs.io/en/latest/
MIT License
1 stars 0 forks source link

Widget assets can be missing in some usecase #12

Closed sveetch closed 1 year ago

sveetch commented 1 year ago

Encountered issue with SmartMediaField usage on a DjangoCMS plugin form which define an additional css asset in Media.css meta class attribute.

It seems to override the asset definition previously done from widget ClearableFileInputButton and so the image file input is almost broken.

A proper workaround need to be found and documented.

sveetch commented 1 year ago

Didn't find anything from admin-style to djangocms that would override the widget medias.

This report is definitively a mistake resulting from situation as described from #11, keeping it opened until previously cited issue is closed.

sveetch commented 1 year ago

Confirmed as a mistaken report, closed issue #11 should help to avoid it again.