mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
creation date of note in destination ftrack match with source
This commit is contained in:
parent
18394c203b
commit
2164a911ae
1 changed files with 2 additions and 2 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue