This should be a merge
This commit is contained in:
@@ -661,7 +661,12 @@ def run_workflows(
|
|||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
overrides.custom_field_ids = list(
|
overrides.custom_field_ids = list(
|
||||||
|
set(
|
||||||
|
(overrides.custom_field_ids or [])
|
||||||
|
+ list(
|
||||||
action.assign_custom_fields.values_list("pk", flat=True),
|
action.assign_custom_fields.values_list("pk", flat=True),
|
||||||
|
),
|
||||||
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
def removal_action():
|
def removal_action():
|
||||||
|
|||||||
Reference in New Issue
Block a user