-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 28
-
Component/s: Automation
-
Tags:
-
Sprint:TGV 11
In an Automation Script:
- Fill in the script (example provided below)
- Press "format all" on top right
- Click into the textarea
=> textarea is emptied
=> text should be unselected after formatting to avoid this problem
Script used:
function run(input, params) {
Document.AddPermission(input,
);
return input;
}