sort fields

This commit is contained in:
Félix David 2022-11-08 19:02:29 +01:00
parent 255d5d8b9b
commit 4408ea9b02

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