Closed (fixed)
Project:
Taxonomy Manager
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2011 at 01:02 UTC
Updated:
21 Jun 2012 at 14:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
RumpledElf commentedTo make it worse, once you have images in your taxonomy (I'm adding images to a 300 strong taxonomy and it is taking ages) taxonomy manager will delete or mix up your images, so all your terms appear with the same image - but then when you look later they actually HAVE the same image (or no image at all), thus undoing all your work.
This is a really really really awful bug.
Comment #2
Taxoman commentedSubscribing (not confirming)
Comment #3
IcanDivideBy0 commentedSubscribing
Comment #4
_redfog commentedSubscribing
Comment #5
dynamicdan commentedBig scary issue!
I noticed that the 're-oder' icon shows up on the file field. I'm guessing some CSS/JS selectors are not working properly for this field type... Probably due to a non-generic concept of handling taxonomy fields.
Comment #6
RumpledElf commentedAny updates on this one? Its getting quite annoying dealing with very large taxonomies with the core interface, would be fantastic to be able to use this module instead.
Comment #7
serbanbjd commentedThis changes made it work for me. the problem lies with file_field_widget_submit function, that assumes the image field is in the $form, not in $form['term_data']. i have added a modified version of the function into taxonomy manager module, and altered the image fields to use it instead of the original one.
i hope i made the patch right, i never committed a patch before.
Comment #8
OnkelTem commentedSubscribing.
Also, when clicking "UPLOAD" button, I get the following error:
Comment #9
xuxizh commentedSubscribing
Comment #10
badung commentedThanks for the OnkelTem's patch!
Comment #11
Taxoman commentedThis issue has had "critical" status for almost a year, is it anywhere near RTBC?
Comment #12
mh86 commentedI did a lot of debugging and testing, including patch from #7. Nevertheless I couldn't really get it working, there were always some parts broken.
Thus I decided to hide file fields on the term data form in the meanwhile and link them to the original taxonomy form.
To really get it working (without huge hacks) we would either need a different form architecture of the Taxonomy Manager or different file fields.
Comment #14
Taxoman commentedSo actually it's a workaround to avoid having to fix it? That is ok for now as long as this actually means that the scary behaviour reported in #1 is not happening anymore: "taxonomy manager will delete or mix up your images".
Please confirm that that bug has been removed with the latest -dev version.
Comment #15
mh86 commentedyep. It worked in my scenario, further testing is of course always welcome.
As explained in my previous post, fixing this is really really hard and that's why I decided to go with the workaround.
Fix is included in the latest dev and beta3.
Comment #16
Taxoman commentedok, so even though the workaround has been implemented, the core issue here is a wontfix for now. Adjusting accordingly, could help make it easier to find it back later also.
Comment #17
Taxoman commentedhm, well, on second thought it is not entirely correct to make it a wontfix either, what do you think?