Doesn't allow taxonomy edits
greg.harvey - May 12, 2009 - 08:34
| Project: | Editview |
| Version: | 6.x-1.0-beta1 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Description
Need to start a separate issue, because the other thread needs to stay as D5, but it would be great to see a D6 patch for the feature here:
http://drupal.org/node/172797
I will probably end up doing it, if I get the chance over the next few weeks. =)
(Please don't mark this as duplicate - it isn't duplicate, because D6 won't be considered in the other thread, so I've raised a separate issue to get this in the queue!)

#1
+1
Can I give it more than 1 ? Without taxonomy I can't use this module, and it's otherwise just the thing I need.
#2
Subscribing... this functionality would be great.
#3
See #172797: Modify Taxomonmy on added and edited items?, comment #10 for a quick solution. Works for me. Will make a patch.
#4
Patch of the above suggestion attached. It's actually against beta1.
#5
I think this is actually a bug fix.
#6
This patch unfortunately does nothing on my (fresh yesterday) install.
#7
Odd. It works just fine for me. See screens attached of UI and View settings. Are you sure you're not misunderstanding how it works/what it's supposed to do?
#8
Nope, I know what it's supposed to do. After a bit of fiddling with patch supplied, it looks like the if statement around the "display as taxonomy" bits never returns true. (When I set it to always return true, it works, but then I can't see the CCK fields, which are utterly required in my application) I'm using tagging, not the usual taxonomy, perhaps that's the problem?
#9
Could be - haven't tried it with tagging. Setting to "needs work".
#10
@3: Works perfectly for me and saved me the trouble of a module development cycle just to bulk edit.
Thanks for the link.
#11
@cridenour, did you try #3 with a vocab set to free tagging?
#12
@greg.harvey
Sorry for slow reply. I haven't had the chance to test this with free tagging. It was on a semi-production level site so I was merely looking to make my bulk-editing life much easier. If I get the chance, I'll test on my dev box.
#13
Hi, I tested the patch and:
* it shows taxonomy as drop down, for my non-tag, unique term vocabulary.
* however in my table form it displays the standard title and instructions for the vocabulary, in each cell (so in addition to the column name I get the voc name and instructions around the drop down), which is quite a problem.
I just tried with a tagging vocab and the results are the same, except the output is not really a table anymore (for each row, I get a bunch of giant autocomplete fields on top of each other in the first cell.). Is there a way to remove the labels and make the layout a little nicer for multiple taxonomy fields?
Thanks