This should be a merge

This commit is contained in:
shamoon 2024-10-09 00:09:27 -07:00
parent 939d9b1a9d
commit 9eb521db14

View File

@ -661,7 +661,12 @@ def run_workflows(
) )
else: else:
overrides.custom_field_ids = list( overrides.custom_field_ids = list(
action.assign_custom_fields.values_list("pk", flat=True), set(
(overrides.custom_field_ids or [])
+ list(
action.assign_custom_fields.values_list("pk", flat=True),
),
),
) )
def removal_action(): def removal_action():