Closed (fixed)
Project:
Webform Entity
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2012 at 21:11 UTC
Updated:
16 Oct 2012 at 15:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
chris.johnson commentedThis patch should resolve the discrepancy with 'update' and 'create'.
Because the 'create' permission was previously failing anyway, I think it should be relatively safe to just bail out at that point until #1794960 gets resolved. Otherwise, we could do this the way drewish suggested and call webform_node_view or duplicate Webform's code (ugly).
Comment #2
drewish commentedChris forgot to switch the status.
Comment #3
drewish commentedCommitted to the 7.x-1.x branch.
Comment #4
drewish commentedAlso applied to multistep.