Skip to content
Snippets Groups Projects
Commit c4afe141 authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge branch 'feature/eca_set_field_value' into 'develop'

Feature/eca set field value

See merge request !122
parents ef670b44 d4e32342
No related branches found
No related tags found
2 merge requests!123Merging develop into main,!122Feature/eca set field value
Pipeline #1415364 passed
......@@ -8,4 +8,4 @@ Available options:
- **Prepend when not full yet**: If the field allows multiple values, the given value will be inserted as the first item, if the max. cardinality is not reached yet. Otherwise, this action will be skipped.
- **Prepend and drop first when full**: Same as above, but if the max cardinality has been reached, the first value will be removed and the new value inserted at the beginning to the list.
- **Prepend and drop last when full**: Same as above, but instead of dropping the first, this will drop the last item before inserting the new value at the beginning of the list.
- **Remove value instead of adding it**: Remove the value from a multi-value field, if it's caontained in the list of existing items.
- **Remove value instead of adding it**: Remove the value from a field, if it's contained in the list of existing items. If this removes the last remaining value of the field, then the field will be empty (for an example of this, see [this issue](https://www.drupal.org/project/eca/issues/3504388)).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment