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

Conversation

Bodacious
Copy link
Contributor

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

Changes proposed in this PR:

  • Load orgs where is_other is false, instead of null

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 Bodacious requested review from briri and xsrust August 15, 2018 13:21
@Bodacious Bodacious mentioned this pull request Aug 15, 2018
@@ -15,7 +15,7 @@ namespace :assets do
# Ensure all dependencies are installed
system("npm install")
# Run the webpack command via npm
system("npm run bundle -- #{webpack_options.join(" ")}")
system("npm run bundle -- #{webpack_options.join(" ")}") or exit()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@briri This should ensure Travis fails early if the webpack script doesn't compile properly

@Bodacious
Copy link
Contributor Author

Should help with #1804

@briri briri merged commit 22fb778 into development Aug 15, 2018
@Bodacious Bodacious deleted the issue-1809 branch October 19, 2018 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants