AYON: Use SettingsField from ayon server#6173
Conversation
This is preparation for new version of pydantic which will require to customize the field for AYON purposes and raw pydantic Field could not be used.
|
Interesting - outside of this PR this could have quite an influence on anyone having customized settings on top of AYON. They would need to align. Not sure when the |
It is not scheduled at this moment. I think it will happen when all addons will be separated, pre-requirement for separation is to renamed |
There was a problem hiding this comment.
Went through all Settings for Ayon Addons and all seems fine and present. With all options available.
I did also compare it side by side to a server before this PR. so should be 100% proven.
Note: I also did those missing in the list like SiteSync and Slack...were working and looking fine too!
…ttings # Conflicts: # server_addon/muster/server/settings.py
Changelog Description
This is preparation for new version of pydantic which will require to customize the field class for AYON purposes as raw pydantic Field could not be used.
Testing notes: