Skip to content
New issue

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

Site Settings: not available settings_variant value #214

Open
kalisp opened this issue May 28, 2024 · 0 comments · Fixed by #326
Open

Site Settings: not available settings_variant value #214

kalisp opened this issue May 28, 2024 · 0 comments · Fixed by #326
Assignees
Labels
type: bug Something isn't working

Comments

@kalisp
Copy link
Member

kalisp commented May 28, 2024

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 is None when triggered from Site Settings

To reproduce

  1. rename DL server name ayon+settings://deadline/deadline_urls
    image
  2. Go to Site Settings and print settings_variant in ayon-docker/addons/deadline/0.1.12/server/settings/main.py.defined_deadline_ws_name_enum_resolver
    image
  3. In Studio Settings tab it currently prints name of bundle, in Site Settings it prints None

Expected behavior

It should probably return production value and query Production bundle

Environment

  • Server version: 1.1.3+DEVELOP
  • Server host OS: Win
@kalisp kalisp added the type: bug Something isn't working label May 28, 2024
@martastain martastain linked a pull request Aug 21, 2024 that will close this issue
7 tasks
@martastain martastain reopened this Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants