Closed (fixed)
Project:
Webform
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2012 at 10:13 UTC
Updated:
17 Aug 2013 at 04:11 UTC
Jump to comment: Most recent file
Should the associated code be removed or converted into hook_node_view() implementation (as per http://api.drupal.org/api/drupal/developer%21hooks%21core.php/function/h...)?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webform-1869222-remove_hook_link.patch | 817 bytes | simon georges |
Comments
Comment #1
simon georges commentedFunction removed.
Comment #2
quicksketchThanks for this patch. Sorry it's getting me a while to get to it. In D7, Comment module emulates hook_link() by using hook_node_view() (I think). We should probably use this same approach rather than deleting the function entirely.
Marked #1889534: function webform_link does not seem to be working in Teasers, i.e. "Go to form" duplicate.
Comment #4
quicksketchActually considering #1713106: Remove "Show complete form in teaser" and all "teaser" hard-coded options (use view modes instead), I think just removing it is a fine suggestion. Committed to D7 branches.