Taxonomy Multi Editor doesn't appear to work with Content Management Filter (CMF) which is unfortunate. Being able to do content queries, show all nodes on one page (even if it's a long list) and then being able to apply a taxonomy change to the whole list would be useful.
What happens is that when using CMF and one chooses to "Assign a taxonomy term", the jQuery revealing of a taxonomy multi-select control doesn't happen. Then CMF attempts to apply new taxonomy choices from a null list (the control didn't appear to permit choosing them) resulting in a lot of error messages that essentially say "I wasn't able to do anything because I had nothing to do".
This might be an issue to take up with the Content Management Filter developer but I thought I would start here.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | taxonomy_multi_edit.module.patch | 1.84 KB | wapnik |
Comments
Comment #1
wapnik commentedWell it's because cmf uses it's own form (cmf_admin_nodes_form), don't know why it isn't simply rewriting the core node module's node_admin_content form like this module does. Cmf developers maybe have their own reasons. So the solution is easy, you need to properly alter the cmf_admin_nodes_form too. I'll post a patch for this after i find out how to create one :)
Comment #2
wapnik commentedok here it is, wasn't so hard :)
Comment #3
wapnik commentedComment #4
dman commentedSorry I wasn't getting alerts from the queue here.
Nice clean patch applies fine.
I've put it in - trusting it does what it says. Visual review looks fine and it doesn't break anything, but I've not tried the other module.
So, committed to -dev. Thanks!
Comment #6
bartezz commentedYou can trust it, tested it just now and works like a charm!
Thanx!!!
Comment #7
bartezz commenteddman,
Will you commit and release a new version? Latest release is over two years old so it wouldn't hurt to release a update version :)
Cheers
Comment #8
Garry Egan commentedHere is the code to replace taxonomy_multi_edit/module to work with CMF and with the Array bug fixed.
Comment #9
dman commentedModule deprecated (ages ago) in favor of better utilities found in Views Bulk Operations (or maybe Editable Fields
Closing old tickets.