Closed (fixed)
Project:
Term Fields
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2009 at 05:10 UTC
Updated:
9 Nov 2009 at 19:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
lelizondo commentedAfter 3 days trying to figure it out, I know what is the cause.
Steps to reproduce.
1. Create a vocabulary with some terms.
2. Create a field.
3. Add some data to the field you've just created and save the term.
4. Go back and edit the term. Change the data in the field and save.
5. The change will be reflected.
6. Add another field, this time make it a FILE field.
7. Edit the same term field you've edited on 4.
8. You'll notice here there's no file field.
9. Try saving the term after making a change on the term field and then edit the term again.
10. You'll see the change hasn't been reflected.
The problem it's caused when adding file fields to the term. Don't know what happened since this was working.
Comment #2
lelizondo commentedI've just restored a backup and it's working. I also want to add that I'm using Taxonomy Image, I don't think it's a compatibility problem. Right now, with the old version everything it's working.
Version using:
// $Id: term_fields.module,v 1.7 2009/06/11 06:10:27 archard Exp $
// $Id: term_fields.admin.inc,v 1.4 2009/06/11 06:10:27 archard Exp $
Comment #3
b-prod commentedThanks for your well-detailed report.
I will investigate soon on what happen.
Comment #4
b-prod commentedSome code were missing and I really don't know why, because I never changed anything about file support.
I have created a patch. Could you please apply it and verify if it corrects your problem. If so, I will create a new release for the module.
Comment #5
lelizondo commentedIt works. Since I'm the only one who found this problem I'll change the status.
Thanks.
Comment #6
b-prod commentedThanks for testing! Patch has been ported.