dafreels / metalus-api

Provides a set of APIs and a UI for working with the Metalus library
4 stars 12 forks source link

missing prefix when combining multiple values for a step #55

Closed edbalogh closed 4 years ago

edbalogh commented 4 years ago

Description: 'or' multiple attributes together for a value using @ values and and the 2nd value is missing the '@' prefix on export

To recreate: or 2 values together, make both of them StepOutput types.

Expected Results: @this || @that

Actual Results: @this || that

I'm seeing it with StepOutput types, but it may be more than that.

dafreels commented 4 years ago

This has been fixed in the beta release