Using CCK 6.x-2.0-rc4 and Content Taxonomy (6.x-1.0-beta1) module I got a weird behaviour.
Within the destination content type I add a Content Taxonomy select field and a Flexifield. This Flexifield contains the same Content Taxonomy field and a node reference field.
Now, if I change the Content Taxonomy field outside the flexifield, and I set the last existing Content Taxonomy flexifield to no terms, the last row got the value of the first Content Taxonomy field (image attached).
Later, I try the same test with a simple Text field, but this time I haven't filled the flexifield text fields, but only the field outside flexifield. Result: all visible text field of the same type of the alone field are filled with its value after node save.
Any idea?
| Comment | File | Size | Author |
|---|---|---|---|
| flexifield_content_taxonomy_self-select.jpg | 37.72 KB | chirale |
Comments
Comment #1
chirale commentedIf I change again the value of the text field outside flexifield, only the last term will be set to new value.
Update: Actually adding a Content Taxonomy field ouside flexifield is the only way to populate Content Taxonomy field inside flexifield. Otherwise select list will be empty and autocomplete cannot save values.
Comment #2
chirale commentedUpgrading to August 8 dev version (and updating all modules as 10th august) and applying #292652: Get rid of core patch patch seems solve both the issues.
Comment #3
chirale commentedComment #4
chirale commentedOn another content type (using nodereference autocomplete), copied value error persists. Very strange behavior.