You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code shouldn't fail and correctly resolve the underlying relationship.
Context
Provide any relevant background information or context that may help in understanding the issue.
OS: Any
Python version: Any 3.x
Trackteroid version: main/v0.1.0rc4
Ftrack Python API version: 2.5.0
Ftrack Server version: -
The problem is that the underlying _get_relatives function still refers to the original collection entity type which is Asset instead of referring to AssetVersion retrieved via the versions attribute.
The text was updated successfully, but these errors were encountered:
Problem Statement
This code resolves the projections incorrectly and fails:
Expected Behavior
This code shouldn't fail and correctly resolve the underlying relationship.
Context
Provide any relevant background information or context that may help in understanding the issue.
The problem is that the underlying
_get_relatives
function still refers to the original collection entity type which isAsset
instead of referring toAssetVersion
retrieved via theversions
attribute.The text was updated successfully, but these errors were encountered: