diff --git a/pype/ftrack/actions/action_sync_notes.py b/pype/ftrack/actions/action_sync_notes.py index 40f17e5147..67771762c8 100644 --- a/pype/ftrack/actions/action_sync_notes.py +++ b/pype/ftrack/actions/action_sync_notes.py @@ -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']