Closed (fixed)
Project:
Webform
Version:
7.x-3.13
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2011 at 21:22 UTC
Updated:
23 Jan 2012 at 21:54 UTC
Jump to comment: Most recent file
Comments
Comment #1
isaacfreeman commentedHere's a naive solution I've hacked together, based on notes at http://bleen.net/comment/3264
It directly adds a couple of links to the web form block. I'm sure it could be done better, and obviously it would be nicer to have the contextual links as standard in Webform.
Comment #2
quicksketchSweet thanks! I've modified your code into this patch and included it in the project (7.x-3.x branch only of course).
Comment #3
quicksketchUpdating title. I modified your code so that the "Webform" and "Results" links show up on all webform-enabled nodes as well as in Webform blocks.
Comment #5
David_Rothstein commentedThis looks like a great start, but I'm running into a bug with it, and it also seems like the code can be simplified. I posted a patch at #1414666: Webform contextual links are shown to users who don't have access to them, and code can be simplified; reviews welcome if anyone has a chance.