You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: