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?

AttachmentSize
Taxonomy Multi Editor Issue.jpg117.46 KB

#1

geoffs52 - June 19, 2009 - 03:19

Attaching additional screenshot

AttachmentSize
Taxonomy screenshot.jpg 19.22 KB

#2

geoffs52 - June 19, 2009 - 23:28

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

geoffs52 - June 19, 2009 - 23:55

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

tobey_p - July 1, 2009 - 09:56

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

tobey_p - July 1, 2009 - 10:25

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

EvanDonovan - July 2, 2009 - 21:23

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.

 
 

Drupal is a registered trademark of Dries Buytaert.