You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//first add the general params. Note: include all to ensure we include unchecked checkboxes. Using useDataValues=false to ensure we get the string-serialized value
helpPopup: 'Check to delete the intermediate files created by this pipeline. In general these are not needed and it will save disk space. These files might be useful for debugging though.',
306
306
name: 'deleteIntermediateFiles',
307
307
inputValue: true,
308
+
uncheckedValue: false,
308
309
checked: true,
309
310
xtype: 'checkbox'
310
311
},{
311
312
fieldLabel: 'Copy Inputs To Working Directory?',
312
313
helpPopup: 'Check to copy the input files to the working directory. Depending on your environment, this may or may not help performance.',
//first add the general params. Note: include all to ensure we include unchecked checkboxes. Using useDataValues=false to ensure we get the string-serialized value
0 commit comments