I use the autocomplete deluxe in combination with content taxonomy and discovered some problems with inserting or validating of new terms. Non of the newly entered terms got inserted, nor validated (in combination to that I committed a bug fix to the content taxonomy yesterday).

The problem I found is that in the after_build function, where the value gets set, entries from the textfield might be ignored and only those from the value field are taken. The attached patch fixes the problem, but I have to admit that I haven't done a lot of testing with it yet, nor do I know all about the internal stuff in autocomplete deluxe.

CommentFileSizeAuthor
autocomplete_new_terms.patch1.07 KBmh86

Comments

Taxoman’s picture

Component: Code » Single values

Is this relevant only for the 1.x branch?

jlancaster’s picture

2.x works properly for me, so I would suggest this is 1.x only.

EvaldsUrtans’s picture

//

LNakamura’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

@mh86 - if I understand your scenario correctly, I agree with @jlancaster - this no longer happens in 7.x-2.x. Therefore, I'm closing this as outdated. If you still see it with 7.x-2.x, please let me know and I can re-open this.