You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use reference value in parameter from type string_array the reference is deleted and the toString() value of a string array is shown instead.
Steps to reproduce:
Create a BB with parameter from type string_array
Set reference value to the parameter. e.g. ${Pass}
Actual result:
When the handle ui event will happen, the value of the parameter will be replaced with something like:
[Ljava/lang.String;@1fb1270
Expected result
The parameter value should be kept ${Pass}
Environment:
JSystem 6.1.02
The text was updated successfully, but these errors were encountered:
When trying to use reference value in parameter from type string_array the reference is deleted and the toString() value of a string array is shown instead.
Steps to reproduce:
Actual result:
When the handle ui event will happen, the value of the parameter will be replaced with something like:
[Ljava/lang.String;@1fb1270
Expected result
The parameter value should be kept ${Pass}
Environment:
JSystem 6.1.02
The text was updated successfully, but these errors were encountered: