-
Notifications
You must be signed in to change notification settings - Fork 248
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
Block complex field conditional logic does not work #923
Comments
Is there any update on this? |
Duplicate of #800 but no update on it at the moment |
This has been fixed in development - ff6ac78 -- and will be available in the next release :-) |
The fix doesn't work for conditional logic inside complex fields. I just tested it. It works fine otherwise but the behaviour described by @clubdeuce above is still the same for complex fields. The issue should be re-opened. |
I have the same issue |
Hi @clubdeuce, @ChipRyan and @ProjetKotov We've fixed the conditional logic inside of a block with a complex field in our latest release v3.5.2. |
Version
Expected Behavior
I expect the
internal_item
field to display whentarget_type
is set to Internal andexternal_url
field to display whentarget_type
is set to External.Actual Behavior
Both the
internal_item
andexternal_url
fields display regardless of thetarget_type
valueSteps to Reproduce the Problem
Target Type
fieldComments
The text was updated successfully, but these errors were encountered: