FLUID-5287: "fluid.transforms.condition" gives the wrong result when both true and false blocks have another transformation defined

Metadata

Source
FLUID-5287
Type
Bug
Priority
Major
Status
Closed
Resolution
Won't Fix
Assignee
Kasper Galschiot Markus
Reporter
Cindy Li
Created
2014-03-13T14:36:26.698-0400
Updated
2014-03-17T15:48:46.313-0400
Versions
  1. 1.4
Fixed Versions
N/A
Component
  1. Model Transformation System

Description

The conditional transform "fluid.transforms.condition" has "true" and "false" options where a string or a nested transform are declared.

If only one of these true/false options has a nested transform declared while the other option has a string value, the conditional transformation outputs a correct result.

However, in the case that both options have nested transforms declared, the wrong result is given.

Comments