Closed (cannot reproduce)
Project:
Rules
Version:
7.x-2.2
Component:
Module Integrations
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2013 at 16:57 UTC
Updated:
25 May 2013 at 03:57 UTC
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
Comment #1
ptmkenny commentedIf 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.