Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Matrix field dropdown enums not returning correct enum values #284

Open
ParallelUniv3rse opened this issue Jun 27, 2019 · 0 comments
Open

Comments

@ParallelUniv3rse
Copy link

Hi,

I've stumbled upon this issue while defining page modules in a matrix field.
Each module in the field has a "spacing" option, which is a dropdown. All modules have the options "Both", "Top only" "Bottom only" in the dropdown except one which also has "none".

Query for the "spacing" field fails for that module because the definitions of spacing enum seem to be shared across modules although the "spacing" dropdown is defined on each one individually.

The "none" option is not in the definition of possible values in the enum, throwing an error.

@ParallelUniv3rse ParallelUniv3rse changed the title Matix field dropdown enums not returning correct enum values Matrix field dropdown enums not returning correct enum values Aug 2, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant