Skip to content
Snippets Groups Projects
Commit 1285d502 authored by Sebastian Kurfürst's avatar Sebastian Kurfürst
Browse files

[+BUGFIX] Fluid (Core): Boolean expressions can now contain negative numbers. Resolves #9434.

Boolean expressions with negative numbers did not work so far.
Now, they work as expected. Example from Viewhelpertest which displayed
a wrong result before, and now displays the correct result:

<f:if condition="{testVariables.number.minusOne} < -1.1">
	<f:then>Then part!</f:then>
	<f:else>Else part!</f:else>
</f:if>

Issue: #9434
parent cfea0a2c
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment