Arising in testing, I found that the select box that shows on the content management screen (after selecting 'assign to a taxonomy term' from the 'update options' selector) was filtering out vocabularies that use freetagging.
Looks like an API thing inside taxonomy.module.
Luckilly there's a flag for it. Drop-down now lists ALL available terms. As before, this makes it possible to tag node types with inappropriate vocab terms ... with great power comes the ability to stuff things up.

Patch attached. 1 line.

Comments

dman’s picture

Status: Needs review » Fixed

Bah, It's committed as part of another update. call it done.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

temp’s picture

Version: 5.x-1.0 » 6.x-1.1
Assigned: Unassigned » temp
Status: Closed (fixed) » Active

in 6.x version freetag terms don't showing.

tangent’s picture

Assigned: temp » Unassigned
Status: Active » Reviewed & tested by the community

This patch is still uncommitted. Please do so.

zyxware’s picture

Component: User interface » Code
StatusFileSize
new661 bytes

I can confirm that this patch is not in 6.x and also not in git. I have re-created the patch via git

dman’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Closed (won't fix)

Module deprecated (ages ago) in favor of better utilities found in Views Bulk Operations (or maybe Editable Fields
Closing old tickets.