- Issue created by @gugalamaciek
The Replace change method label is currently the same for both single- and multi-value fields, which may cause confusion. For multi-value fields, Replace actually overwrites all existing values, not just one.
Apply replace method for multi-value field.
Update the label logic in BulkEditFormTrait to:
This distinction helps content editors better understand the effect of bulk edit operations, especially when working with fields that support multiple values.
Active
3.0
Code