We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 700856d + 9a8d1e5 commit c947c3eCopy full SHA for c947c3e
src/country_workspace/workspaces/admin/cleaners/mass_update.py
@@ -116,5 +116,6 @@ def mass_update_impl(
116
func = operations.get_function_by_id(op)
117
record.flex_fields[field_name] = func(old_value, new_value)
118
elif create_missing_fields:
119
+ func = operations.get_function_by_id(op)
120
record.flex_fields[field_name] = func("", new_value)
121
record.save()
0 commit comments