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

Commit 34a8514

Browse files
author
Radislav Berkovich
committed
Merge remote-tracking branch 'upstream/octane-dev-latest' into octane-dev-latest3
2 parents af2c5fa + 5d28267 commit 34a8514

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)