Closed (works as designed)
Project:
Views Bulk Operations (VBO)
Version:
7.x-3.0-rc1
Component:
Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2012 at 14:40 UTC
Updated:
12 Aug 2012 at 11:52 UTC
The VBO action "Modify entity value" does not work on text format.
If I create a basic article and I try to change the text format of the body field from "Full HTML" to "Filtered HTML" (for example) with a "Modify entity value" VBO action, the text format does not change when the action is run. It does work for the body content.
I didn't try it on 7.x-3.x-dev. By the way, is this version generally more buggy or less buggy than the 7.x-3.0-rc* one?
Vianney
Comments
Comment #1
bojanz commentedThe -dev version is always the least buggy in VBO land.
I just need to fix a few more issues (like yours :P) before I tag 7.x-3.0.
Comment #2
surf12 commentedthere is no any patch for this issues??
Comment #3
damiankloip commentedI can confirm this issue, If you just update the filter format and leave the actual body field blank, the format will not update.
Comment #4
damiankloip commentedAfter looking into this; this is an issue with the core text.module and not VBO, as you will find the same behaviour there. This is because the text_field_is_empty function only checks for 'value' and 'summary' values, otherwise it's declared empty, so isn't saved.
Comment #5
shahidbscs commentedsame problem here not modify entity value in body or other custom fields.
I also try by defining some default for field & then try to override and add new value in field but not action.
any one help this?
thanks in advance