Closed (fixed)
Project:
Tasks Configuration Kit
Version:
master
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2006 at 20:35 UTC
Updated:
30 Mar 2007 at 19:47 UTC
Jump to comment: Most recent file
Comments
Comment #1
moonray commentedThe answer is not only to remove line 411, but to change line 412 to:
$output .= drupal_get_form('tasks_filter', $form);Fixed in tasks_advanced module.
Attached patch for tasks.module
p.s.
Drupal is a little inconsistent with its rules for css ids. The form id tends to get underscores (because php doesn't like hyphens in function names), which is not recommended in css because of some backward compatibility problems... sooooo the id for this form is then tasks_filter.
Comment #2
moonray commentedApplied to CVS.
Comment #3
(not verified) commented