mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
sort fields
This commit is contained in:
parent
138051f2f4
commit
3a5ebc6ea2
1 changed files with 3 additions and 1 deletions
|
|
@ -178,7 +178,9 @@ class CopyLastPublishedWorkfile(PreLaunchHook):
|
|||
last_created_time
|
||||
>= get_representation_last_created_time_on_site(
|
||||
get_representation_by_id(
|
||||
project_name, workfile_representation["_id"]
|
||||
project_name,
|
||||
workfile_representation["_id"],
|
||||
fields=["files"],
|
||||
),
|
||||
local_site_id,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue