Commit a2fa98d9 authored by Matthias Bernt's avatar Matthias Bernt
Browse files

Allow in_range validator for selects

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.
parent 3e403e0e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@ PARAMETER_VALIDATOR_TYPE_COMPATIBILITY = {
    ],
    "text": ["regex", "length", "empty_field", "value_in_data_table", "value_not_in_data_table", "expression"],
    "select": [
        "in_range",
        "no_options",
        "regex",
        "length",