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 bug preventing orgs loading on register page #1810

Merged
merged 3 commits into from
Aug 15, 2018
Merged

Commits on Aug 15, 2018

  1. Fix bug preventing orgs loading on register page

    Recent updates to the DB have made the `is_other` field on the Orgs table mandatory.
    Previously, it was loading null values. This PR updates this to load false values instead.
    
    Fixes #1809
    Bodacious committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    f3ebe5c View commit details
    Browse the repository at this point in the history
  2. Fix lint issues in JS

    Bodacious committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    97f8f23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d6a598 View commit details
    Browse the repository at this point in the history