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

routers/repo/setting: display correct error for invalid mirror interval #6414

Merged
merged 2 commits into from
Mar 25, 2019

Commits on Mar 23, 2019

  1. routers/repo/setting: display correct error for invalid mirror interval

    Set Err_Interval in the context data so that the mirror interval box is
    highlighted red as expected.
    
    Clear Err_RepoName for the mirror and advanced actions. repo_name is not
    set by these forms, causing auth.validate() to set the Err_RepoName
    before SettingsPost is called, which would lead to the repository name
    box getting erroneously highlighted red.
    
    Fixes: go-gitea#6396
    aswild committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    954863f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Configuration menu
    Copy the full SHA
    c6f660e View commit details
    Browse the repository at this point in the history