This should be a merge
This commit is contained in:
parent
939d9b1a9d
commit
9eb521db14
@ -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():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user