Posted by jastraat on January 29, 2013 at 10:33pm
1 follower
| Project: | Webform |
| Version: | 7.x-4.0-alpha6 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Based on looking at this function, I think line 465 in webform.views.inc should be:
'#dependency' => array('edit-options-component-type' => array($type_options)),
instead of
'#dependency' => array('edit-options-component-type' => array($type)),
Probably just a typo.
Comments
#1