-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 23.1
-
Fix Version/s: 23.2
-
Component/s: Automation
-
Tags:
-
Sprint:TGV 7.2-5, TGV 7.2-7
-
Story Points:2
Automation scripts with a dash ("-") in the name won't run and will crash with the following error. It should not be possible to put a dash in their name.
Caught error: javax.script.ScriptException: <eval>:1003:6 Expected ; but found - var as-picture-CopySmallToThumbnail = function(input,params) { ^ in <eval> at line number 1003 at column number 6 Caused by: javax.script.ScriptException: <eval>:1003:6 Expected ; but found - var as-picture-CopySmallToThumbnail = function(input,params) { ^ in <eval> at line number 1003 at column number 6