Closed (fixed)
Project:
Webform
Version:
6.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2010 at 04:56 UTC
Updated:
8 Apr 2010 at 01:40 UTC
Jump to comment: Most recent file
It looks like webform_component_edit_form() is still running t() on the $component['type'] variable, which was our mechanism for translating component types before we got hook_webform_component_type_info(), which can now provided natively translated type names.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webform_component_type_t.patch | 881 bytes | quicksketch |
Comments
Comment #1
quicksketchSimple fix, just remove the type from the title. We didn't need it in there anyway.