Skip to content

Commit 103272c

Browse files
authored
Add refresh_on_change attribute to header param to cut.xml (bgruening#1806)
This is needed to reliably provide the column names in the column selection menu, otherwise it will just display the columns of the previously selected dataset.
1 parent 38655d9 commit 103272c

File tree

1 file changed

+1
-1
lines changed
  • tools/text_processing/text_processing

1 file changed

+1
-1
lines changed

tools/text_processing/text_processing/cut.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<option value="|">Pipe</option>
4545
</param>
4646
<conditional name="colnames_option">
47-
<param name="header" type="select" label="Is there a header for the data's columns ?">
47+
<param name="header" type="select" label="Is there a header for the data's columns ?" refresh_on_change="true">
4848
<option value="Y">Yes</option>
4949
<option value="N" selected="true">No</option>
5050
</param>

0 commit comments

Comments
 (0)