Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2010 at 19:22 UTC
Updated:
22 Feb 2011 at 18:20 UTC
function ctools_jump_menu($form_state, $select, $options = array()) {
should be:
function ctools_jump_menu($form, &$form_state, $select, $options = array()) {
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| ctools_jump-menu.inc_.patch | 476 bytes | troky |
Comments
Comment #1
troky commentedComment #2
sven.lauer commentedI ran across this bug yesterday (and posted a duplicate issue (duh!)). It renders the jump menu completely unusable (as the form builder takes the settings array to be the option array).
The patch is straightforward and the need for it well-documented: http://drupal.org/update/modules/6/7#hook_forms_signature
Comment #3
troky commentedany chance to fix this soon (or commit the patch)?
thanks
Comment #4
merlinofchaos commentedCommitted!
Comment #6
troky commentedI don't see this is fixed in cvs.
Comment #7
eclipsegc commentedPatch still applies and seems to fix the problems with the jump menu.
Comment #8
merlinofchaos commentedCommitted for real.