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

Update to fix view on image validation failure #10009

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 8, 2024

  1. Update to fix view on image validation failure

    Adds `validate` method to image validator.  Replaces
    existing image validation calls with a single `validate`
    call in the `upload` method.
    
    Validation errors are now propagated from `upload` to the
    image upload handler.  When a validation error occurs, the
    `covers/add` template is rendered with an error message
    jimchamp committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9850b02 View commit details
    Browse the repository at this point in the history