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

Boolean field value is not properly submitted in editView and creationView #736

Closed
ilyabo opened this issue Oct 15, 2015 · 4 comments
Closed
Labels

Comments

@ilyabo
Copy link

ilyabo commented Oct 15, 2015

For the following field:

      nga.field('intern', 'boolean')
        .validation({ required: true })

When submitting the edit form with 'Intern' checked, for some reason false is sent to the server:

screen shot 2015-10-15 at 10 25 32

@fzaninotto fzaninotto added the bug label Oct 19, 2015
@fzaninotto
Copy link
Member

Yep, I can reproduce the problem. It's probably due to #707. I'll inquire.

@frank0ch0a
Copy link

Hi! I got the the same issue when I tried to update boolean value.

@fzaninotto
Copy link
Member

@frank0ch0a which version are you using? this has been fixed a couple weeks ago.

@frank0ch0a
Copy link

@fzaninotto I updated to last version and all works fine, thanks!

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

No branches or pull requests

3 participants