Posted by quicksketch on March 31, 2012 at 7:23pm
2 followers
Jump to:
| Project: | Webform |
| Version: | 7.x-3.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Our implementation of hook_menu() does not include the "file path" property to define the location of webform_component_edit_form() or webform_component_delete_form(). Oddly this doesn't seem to cause a problem as it's been missing for long, long time. In any case it'd be good to prevent any problems in the future by adding the missing properties to hook_menu(). This patch adds the missing "file path" properties and also documents the functions.
| Attachment | Size |
|---|---|
| webform_component_menu-d6.patch | 3.31 KB |
| webform_component_menu-d7.patch | 3.27 KB |
Comments
#1
Committed to both 3.x branches.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.