Resolved
Reported for: Toolset Blocks 1.0
Resolved in: 3.1.0
There is an issue that prevents the Conditional block to be added to the post. It happens in the following case:
eq
, ne
.It does work fine if you use the traditional operators like =
,!=
, <
, etc.
Until we fix this issue, please avoid using the literal comparison operators like eq, ne
and use the traditional operators like =
,!=
, <
.