Hello, when Iv tried to bulk update fields of certain content type with text and token ( [node:title] review) all nodes recieved the same field value that is correct only for the first one. Is there something Iv missed in configuration ? And one more question - can the token replacement be disabled for such action ? Thanks

Comments

damiankloip’s picture

Category: support » bug

I can confirm this one too, It will basically only do the proper token replacement on the first entity of each bundle type. So if you have two page nodes and two article nodes selected, the pages will have the first of the page token replacement, and likewise for the articles. There is something going on in views_bulk_operations_modify_action but I'm not sure exactly what yet ....

bojanz’s picture

Status: Active » Fixed

Pushed a fix.
Bad references!

damiankloip’s picture

Yep, that's what I saw this morning, then made a patch... the $pseudo_entity was getting passed by reference and the token overwritten right? Then I saw your 2 posts! already taken care of :)

edit: Just looked at the commit diff, that's exactly what I had anyway.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.