Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor asset storage admin issue [FC-0062] #247

Merged
merged 3 commits into from
Oct 25, 2024

Commits on Oct 24, 2024

  1. fix: wrap call to storage path in NotImplementedError

    Admin page calls contents.os_path(), and if the storage backend doesn't
    support `path`, we can't even load the admin page for that asset.
    pomegranited committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    53d3581 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    6ac94d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16781fe View commit details
    Browse the repository at this point in the history