creation date of note in destination ftrack match with source

This commit is contained in:
Jakub Trllo 2019-07-03 13:13:46 +02:00
parent 18394c203b
commit 2164a911ae

View file

@ -147,8 +147,8 @@ class SynchronizeNotes(BaseAction):
)
is_reply = True
# TODO Should we change date to match source Ftrack?
# new_note['data'] = src_note['date']
# QUESTION Should we change date to match source Ftrack?
new_note['date'] = src_note['date']
self.session.commit()
new_note_id = new_note['id']