In backtrace mode of devel module I permanently get notice: Undefined index: #options in expand_checkboxes() (line 1935 of /includes/form.inc). That occured during working with views arguments and ajax form crashed.
The reason is that the function expand_checkboxes() gets single checkbox form element from Views argument plugin (see attached figure).

The error is in the line 46 of views_plugin_argument_default_taxonomy_tid.inc file.

     '#process' => array('expand_checkboxes', 'views_process_dependency'),

It should be replaced by a string

     '#process' => array('views_process_dependency'),

Why expand a single checkbox? :)

CommentFileSizeAuthor
views-arguments.png61.08 KBdrq
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drq’s picture

Issue summary: View changes

Mistake with attached image

Chris Matthews’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

The Drupal 6 branch is no longer supported, please check with the D6LTS project if you need further support. For more information as to why this issue was closed, please see issue #3030347: Plan to clean process issue queue