Unverified Commit fb60cfc9 authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Merge pull request #18403 from bernt-matthias/lint-inrange-select

[24.0] Allow in_range validator for selects
parents 3e403e0e a2fa98d9
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",