After upgrade to 4.5, when I try to modify an existing rule in contitional fields or creating a new one I recive the error "Missing mandatory fields: missing almost one filed condition". But all the fields are ok.
In the image you can see a new rule test.
checking the Conditional.js at line 72 you subtract 1 to the table line number, but forward at line 83 you still check for count <=0. That mean that we can have almost 2 line of conditions to save the rule. Why?????