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

Fixes #17870 - Empty boolean matcher should not turn into false #4144

Merged
merged 1 commit into from
Dec 29, 2016

Conversation

orrabin
Copy link
Member

@orrabin orrabin commented Dec 29, 2016

No description provided.

@mention-bot
Copy link

@orrabin, thanks for your PR! By analyzing the history of the files in this pull request, we identified @ShimShtein, @isratrade and @stbenjam to be potential reviewers.

@@ -44,6 +44,7 @@ def value_before_type_cast
end

def validate_value
validate_and_cast_value
Copy link
Member

Choose a reason for hiding this comment

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

since this no longer runs in a callback, it doesn't need to return true/false, which means it can be greatly simplified.

@dLobatog dLobatog merged commit d836a83 into theforeman:develop Dec 29, 2016
@dLobatog
Copy link
Member

Thanks @orrabin @tbrisker !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants