sort fields

This commit is contained in:
Félix David 2022-11-08 19:02:29 +01:00 committed by Petr Kalis
parent 138051f2f4
commit 3a5ebc6ea2

View file

@ -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,
)