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

Remove version data member when creating the next available version. #68

Open
tokejepsen opened this issue Dec 12, 2017 · 0 comments
Open
Labels

Comments

@tokejepsen
Copy link
Member

Motivation

The current behaviour of using version 0 for indicating to create the next available version, is a bug and should not be relied on.

https://forum.ftrack.com/topic/1038-create-version-0-in-ftrack/

Implementation

We will still need to indicate to the plugin when to create assetversions with next available version number. To do this, we can instead use -1, and if the version if negative we'll remove the version number from the data before creating the assetversion.

@tokejepsen tokejepsen added the bug label Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant