Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit 5d28267

Browse files
authored
Merge pull request #220 from mayarfl/pipeline_fix
US 717038 custom converter - help fix
2 parents fcef4b6 + e454d65 commit 5d28267

File tree

1 file changed

+2
-2
lines changed
  • src/main/resources/com/microfocus/application/automation/tools/octane/testrunner/TestsToRunConverterBuilder

1 file changed

+2
-2
lines changed

src/main/resources/com/microfocus/application/automation/tools/octane/testrunner/TestsToRunConverterBuilder/config.jelly

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
var optionFormat = document.getElementById('format+' + y[x].value);
7676
var optionDelimiter = document.getElementById('delimiter+' + y[x].value);
7777

78-
txtFormat.value = optionFormat.value;
79-
txtDelimiter.value = optionDelimiter.value;
78+
txtFormat.value = optionFormat ? optionFormat.value : "";
79+
txtDelimiter.value = optionDelimiter ? optionDelimiter.value : "";
8080
}
8181

8282
</script>

0 commit comments

Comments
 (0)