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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webform_entity_1794834.patch | 1.06 KB | chris.johnson |
Comments
Comment #1
chris.johnson commentedFixed in this patch.
Comment #2
jody lynnI actually have almost the same patch in a multistep dev branch of the module.
Go ahead and commit.
Comment #3
drewish commentedCommitted to the 7.x-1.x branch.
Comment #4
drewish commentedAlso applied to multistep.