After trying to use Views Bulk Operations with Webform (submission) Entities and having it blow up spectacularly we traced it down to entity_create() failing because the controller didn't define a 'creation callback'... turns out we're defining a 'create callback' and 'delete callback'. So we need to switch the keys to make Entity API happy.

CommentFileSizeAuthor
#1 webform_entity_1794834.patch1.06 KBchris.johnson

Comments

chris.johnson’s picture

StatusFileSize
new1.06 KB

Fixed in this patch.

jody lynn’s picture

Status: Active » Reviewed & tested by the community

I actually have almost the same patch in a multistep dev branch of the module.

Go ahead and commit.

drewish’s picture

Status: Reviewed & tested by the community » Fixed

Committed to the 7.x-1.x branch.

drewish’s picture

Also applied to multistep.

Status: Fixed » Closed (fixed)

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