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.4
- Fixed Versions
- N/A
- Component
-
- 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
-
Cindy Li commented
2014-03-13T14:43:27.469-0400 Issued a pull request with a unit test to demonstrate this issue: https://github.com/fluid-project/infusion/pull/479
@@Kasper Galschiot Markus, let me know if my usage of fluid.transforms.binaryOp or fluid.transforms.condition is incorrect. Thanks.
-
Cindy Li commented
2014-03-17T15:48:35.842-0400 The pull request https://github.com/fluid-project/infusion/pull/477 for http://issues.fluidproject.org/browse/FLUID-5251 also fixes this issue.