Hello,
I dont know if this is a filefield or imagefield issue:

When I upload a image to a node the taxonomy categorization of that node gets lost.
Using drupal 6.4 fielfield alpha 3 and imagefield alpha2

Comments

magoo’s picture

Category: support » bug

same issue here.

To precise when this issue occurs.

1. Select a term in a vocabulary.
2. Upload an image
3. If all the required fields of the node are filled, the taxonomy selection are not kept when the page returns. It does not happen if there is an error in the form.

--
magoo

drewish’s picture

Project: ImageField » Drupal core
Version: 6.x-3.0-alpha2 » 6.x-dev
Component: Code » taxonomy.module

i actually think this a bug with core taxonomy module. because the same thing happens with every file upload module (audio, filefield, etc) when you're not using ajax uploads.

magoo’s picture

Version: 6.x-dev » 6.9

Your right in assuming that.

I believe the taxonomy module has not taken into account that it would have to display the form after a submission without any errors.

I have in the meantime added a little js to store the selections and to fill the form when displayed but this solution is bad as I have no ways to know when the edition is finished (in order to remove the cookies used).

Jody Lynn’s picture

Title: taxonomy term lost? » taxonomy term lost when uploading a file without js
Version: 6.9 » 6.x-dev

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.