Open
Description
Bug report
What is the current behavior?
If using the BlobFieldModelAdminMixin
, you can't use both create_only_blob_fields
and read_only_blob_fields
at the same time. It's one or the other.
here's a video showing the behaviour
When using both, there's some glitch with file selection that doesn't work on the creatable field. I don't have time to fix that before release and this is already a massive step forward having the capability of read only widgets, so I'm going to leave this known bug in there for now.
PRs for fixes are welcome!
Proposed Solution
Uhm, something javascripty? Maybe we're using a list of blobs available in the model to index or reference things that gets corrupted when we pop out one of the models?