I use VBO module to batch assign taxonomy terms with Rule Component. The problem is that the taxonomy term is successfully inserted in all selected nodes BUT it also deletes the data of another field, for an unknown reason. The settings of my rule is:
Variables:
datatype=node,
datatype=Taxonomy term

Conditions:
Entity has field
Parameter: Entity: [node], Field: field_agora_category

Actions:
Set a data value
Parameter: Data: [node:field-agora-category], Value: [term]

I don't use any other fields in Rules configuration but it deletes the data of another field (type:Geospatial data).
Is that possible? Is it a bug?

Comments

ptmkenny’s picture

Status: Active » Closed (cannot reproduce)

If you are using Geocoder older versions would query the API server every time the node was saved (this has nothing to do with Rules). If you make too many requests, the data will not be saved, resulting in the deletion of the data. This is not a Rules issue so I'm closing; re-open if you can demonstrate that it is a Rules issue.