OpenPype
OpenPype copied to clipboard
FTrack: Note creation with empty intent
Describe the bug
IntegrateFtrackInstance/IntegrateFtrackNote default Note template:
{intent}: {comment}
If the user don't enter any intent or write any comment a Note sill being created in FTrack with content:
-:
which is the intent -, the separator : and an empty string.
To Reproduce Steps to reproduce the behavior:
- Switch on
IntegrateFtrackInstance/IntegrateFtrackNotein settings with the defaults - Publish anything without setting an intent or writing any comment
- Check the Note in FTrack
Expected behavior If the user don't set an intent or enter a comment, then don't create an FTrack note.
Screenshots
Created note example:

[cuID:OP-3178]
@iLLiCiTiT we should probably make a condition there to skip the note provided both intent and comment are empty
The intent is not empty but -. We should rather add ability to have "empty intent" so it is not needed to hack it using dash (or different symbol).
I agree, however, then you'll still end up with : in the comment won't you?