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

BoolField inline error position correction #339

Merged
merged 3 commits into from
Aug 25, 2017
Merged

BoolField inline error position correction #339

merged 3 commits into from
Aug 25, 2017

Conversation

cesarve77
Copy link
Contributor

Fix for #338

@cesarve77 cesarve77 requested a review from radekmie as a code owner August 23, 2017 03:26
@codecov
Copy link

codecov bot commented Aug 23, 2017

Codecov Report

Merging #339 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #339   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files         156    156           
  Lines        1301   1301           
=====================================
  Hits         1301   1301
Impacted Files Coverage Δ
packages/uniforms-semantic/src/BoolField.js 100% <ø> (ø) ⬆️
packages/uniforms/src/GraphQLBridge.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fc0bbcb...4f5f5e5. Read the comment docs.

@radekmie radekmie added the Type: Bug Bug reports and their fixes label Aug 23, 2017
@@ -182,6 +182,7 @@ export default class GraphQLBridge extends Bridge {
if (fieldType.name === 'Int') return Number;
if (fieldType.name === 'Float') return Number;
if (fieldType.name === 'String') return String;
if (fieldType.name === 'Boolean') return Boolean;
Copy link
Contributor

Choose a reason for hiding this comment

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

This will be merged in #337 so let's remove it from here.

@radekmie radekmie merged commit b4e41c5 into vazco:master Aug 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bug reports and their fixes
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants