Seems like this little critter from back in 2008 has found it's way back into the views module!
Symptoms
- One term is dissapearing from your list
- It is always the term that should come first alphabetically, adding another term that ranks higher in the alphabet just makes the new term dissapear
Solution
Apply the patch below
*** views_taxonomy.inc.orig 2007-12-06 18:53:07.000000000 +0000
--- views_taxonomy.inc 2007-12-06 18:53:21.000000000 +0000
***************
*** 240,248 ****
$form = taxonomy_form($vocabulary->vid, 0, $vocabulary->help);
unset($form['#title']);
unset($form['#description']);
- if (!$vocabulary->required) {
- unset($form['#options'][0]);
- }
unset($form['#default_value']);
$form['#multiple'] = TRUE;
}
--- 240,245 ----
http://drupal.org/files/issues/patch_197.txt
