I have an issue with this module. I have node with field - reference to taxonomy term (which selects taxonomy terms from one vocabulary). The field uses SHS, is not required, forced to select the deepest level and number of values in this field is 1. So I select the term in this field when creating new node. Then i will edit the node and select the option NONE in top (first) select, so i would like to remove my previous selection and get the field as "unselected". And there is the problem. When I save the edited node, values are updated, field_data is updated by 0 (which is ok), but the record in taxonomy_index table is not deleted. Instead of this there is saved record with TID = 0 and corresponding NID. Now when i try to display node where the field is invoked there is an error:

EntityMalformedException: Missing bundle property on entity of type taxonomy_term. v entity_extract_ids() (riadok 7539 z /data/www/www.XXX.YY/includes/common.inc).

I think that it should be related with thing, that the none option has value 0, not _none, as other select widgets. Can you please recommend fix, or any solution?

Comments

poker10’s picture

Issue summary: View changes
stBorchert’s picture

Status: Active » Postponed (maintainer needs more info)

Have you tried using the latest development version?

stBorchert’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)