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

Prevent path or view_name being longer than 190 characters #314

Merged
merged 1 commit into from
Oct 28, 2018

Commits on Oct 26, 2018

  1. Prevent path or view_name being longer than 190 characters

    MySQL index restrictions prevent us from having path or view_name be longer than 190 characters (see jazzband#38), but there is no logic in the Request object to enforce this limit when saving, so long URLs cause a 500 error.
    
    Closes jazzband#179.
    smaccona committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    c7d7aee View commit details
    Browse the repository at this point in the history