mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix validate_unique_names call
validate_unique_names cannot be used on fields that are just regular `list[str]`, they must be `list[SomethingSomething]`.
This commit is contained in:
parent
c918bea544
commit
94ff9d92c3
1 changed files with 0 additions and 1 deletions
|
|
@ -191,7 +191,6 @@ class NukeSubmitDeadlineModel(BaseSettingsModel):
|
|||
|
||||
@validator(
|
||||
"limit_groups",
|
||||
"env_allowed_keys",
|
||||
"env_search_replace_values")
|
||||
def validate_unique_names(cls, value):
|
||||
ensure_unique_names(value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue