Skip to content

Commit 297c028

Browse files
committed
Ignore submitJobToReadsetContainer param in saved templates
1 parent 33653eb commit 297c028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/resources/web/SequenceAnalysis/panel/BaseSequencePanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Ext4.define('SequenceAnalysis.panel.BaseSequencePanel', {
369369
}, this);
370370

371371
// For top-level properties:
372-
Ext4.Array.forEach(['submissionType', 'useOutputFileContainer', 'submitJobToReadsetContainer'], function(val) {
372+
Ext4.Array.forEach(['submissionType', 'useOutputFileContainer'], function(val) {
373373
if (values[val]) {
374374
var field = this.down('[name="' + val + '"]');
375375
if (field) {

0 commit comments

Comments
 (0)