Assign to a Taxonomy term list is blank
geoffs52 - June 19, 2009 - 03:18
| Project: | Taxonomy Multi Editor |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Description
I loaded your module and went to the Content Mgmt (admin/content/node) page, checked several articles to select them to bulk change their term assignments, selected the Assign to a Taxonomy Term pull-down from the Update Options list and got a blank list. See attached .jpg.
I have 3 vocabularies with multiple terms in each. See attached .jpg.
I'm running Drupal 6.12
Are there any known conflicting modules I should be worried about? Any modules that must be installed to work?
| Attachment | Size |
|---|---|
| Taxonomy Multi Editor Issue.jpg | 117.46 KB |

#1
Attaching additional screenshot
#2
After further investigation (and trying it out on two different systems), if you have the Tags box checked in the Settings dialog of the Edit Vocabulary section (admin/content/taxonomy/edit/vocabulary/1) in the Taxonomy module, it won't display your terms in the Update Options drop down menu on the content management page (admin/content/node). If you have the Multiple Select or the Required check boxes checked, it works fine. I would think this is a bug.
#3
After further investigation (and trying it out on two different systems), if you have the Tags box checked in the Settings dialog of the Edit Vocabulary section (admin/content/taxonomy/edit/vocabulary/1) in the Taxonomy module, it won't display your terms in the Update Options drop down menu on the content management page (admin/content/node). If you have the Multiple Select or the Required check boxes checked, it works fine. I would think this is a bug.
#4
Hi,
I'am experience the same problem under the latest drupal 6.x.
Vocabs with "Tags" checked don't appear when "Assign to a Taxonomy" is choosen.
#5
Hi,
i looked through the source and it seems to be simple to fix this behavior.
In "taxonomy_multi_edit.module" change Row 164
'#options' => taxonomy_form_all(),
to
'#options' => taxonomy_form_all(1),
and you will get the terms from your free tagging vocabs too.
cheers,
tobey
P.S.: Should i try to provide a patchfile for this simple fix? never done that before...
#6
I think this "may" be a feature, at least for people like me, who have huge free-tagging vocabularies on their site. The vocabulary lists get really long if the free-tagging vocabularies show up.
But a patch would be good, for the people who don't have that issue.