Skip to content

Cannot use create_only_blob_fields and read_only_blob_fields in conjunction #76

Open
@thclark

Description

@thclark

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugUnintended behaviour in any area of the app

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions