Skip to content

Commit

Permalink
Allow in_range validator for selects
Browse files Browse the repository at this point in the history
this is for instance needed if we have a data table with version
information and we want to restrict the chosen options by the version
column.
  • Loading branch information
bernt-matthias committed Jun 14, 2024
1 parent 3e403e0 commit a2fa98d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/tool_util/linters/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
],
"text": ["regex", "length", "empty_field", "value_in_data_table", "value_not_in_data_table", "expression"],
"select": [
"in_range",
"no_options",
"regex",
"length",
Expand Down

0 comments on commit a2fa98d

Please sign in to comment.