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

Choice type multiple expand problem #1663

Closed
Thiblef opened this issue May 13, 2016 · 2 comments
Closed

Choice type multiple expand problem #1663

Thiblef opened this issue May 13, 2016 · 2 comments
Milestone

Comments

@Thiblef
Copy link
Contributor

Thiblef commented May 13, 2016

Since the 1.1.0 RC, all choice types with options multiple=true and expanded=true doesn't works correctly. It works with options multiple=true and expanded=false.

When we save the block containing the type, checkboxes with value off disappear.
If the first checkbox isn't selected and others selected an invalid form error is throw.
I think there's a transform problem.

@ghost
Copy link

ghost commented May 13, 2016

I reproduced it on http://admin.openorchestra.1-1.inte .

  1. On any content type, add a new field :
    -> Type : Choice
    -> Required : no
    -> Multiple : yes
    -> Expanded : yes
    -> Choices : 1,2,3,4
    -> Default : 1

  2. Create a new content from this type and check "yes" for choice 2, "no" for other choices.

  3. Submit and see the problem.

@alavieille alavieille added this to the on roadmap milestone May 17, 2016
@alavieille
Copy link
Member

This is fixed in #1767 and #1763

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

No branches or pull requests

2 participants