We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
settings_variant
Deadline Site Settings are using dynamic enumerator to pull values from Studio Settings to populate dropdown. That stopped working.
It seems that it because magical settings_variant variable here https://github.com/ynput/ayon-core/blob/develop/server_addon/deadline/server/settings/main.py#L27 is None when triggered from Site Settings
None
Site Settings
ayon+settings://deadline/deadline_urls
ayon-docker/addons/deadline/0.1.12/server/settings/main.py.defined_deadline_ws_name_enum_resolver
It should probably return production value and query Production bundle
production
The text was updated successfully, but these errors were encountered:
martastain
Successfully merging a pull request may close this issue.
Story
Deadline Site Settings are using dynamic enumerator to pull values from Studio Settings to populate dropdown. That stopped working.
It seems that it because magical
settings_variant
variable here https://github.com/ynput/ayon-core/blob/develop/server_addon/deadline/server/settings/main.py#L27 isNone
when triggered fromSite Settings
To reproduce
ayon+settings://deadline/deadline_urls
Site Settings
and printsettings_variant
inayon-docker/addons/deadline/0.1.12/server/settings/main.py.defined_deadline_ws_name_enum_resolver
None
Expected behavior
It should probably return
production
value and query Production bundleEnvironment
The text was updated successfully, but these errors were encountered: