6.9.3
Last updated
Last updated
4 Sep 2024
The Values Editor pushed the property labels, editor button and dropdown arrow out of sight when the values were wider than the window. This issue has been fixed.
When you had a value in the textbox, cleared it, and then pressed Ctrl+0, the value was set to null but did not reflect in the Designer. This issue has been fixed.
When a function had a parameter or result of a custom type, executing "Find References" in the Linx Designer would not list these occurrences. Now it does.
Some processes in the Process Automation plugin service are run in different threads which, at times, caused an InvalidOperationException to occur when tests were run repeatedly. This was fixed.
This issue was quite specific and occurred when copy-pasting a function whose result was a custom type. That type, in turn, contained a property whose type pointed to another custom type. Copy-pasting this function caused the Return's value to contain the incorrect type.
The Debug Logs did not always highlight URLs in full. This has been fixed.
Certain characters were converted to Unicode before being returned from a function, e.g. >
was converted to \u003E
. This was fixed.
In versions of Linx 6.8.4 and earlier, the single-threaded Debugger allowed you to specify the values for the function parameters before every debug run. A bug in later versions only allowed you to specify the parameter values on the first debug run. To change the parameter values after the first run, you had to restart the Debug session (Exit Debug and then click Debug again). This bug has been fixed, and the parameter values can now once again be changed without having to restart the debug session.
Fixed an issue where "Save As" failed with the exception "An item with the same key has already been added". This issue only happened on solutions containing multiple functions returning a List of String.
When first selecting the service and then selecting the event of that service, an InvalidOperationException would be thrown. This has been fixed.