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.
| Comment | File | Size | Author |
|---|---|---|---|
| autocomplete_new_terms.patch | 1.07 KB | mh86 |
Comments
Comment #1
Taxoman commentedIs this relevant only for the 1.x branch?
Comment #2
jlancaster commented2.x works properly for me, so I would suggest this is 1.x only.
Comment #3
EvaldsUrtans commented//
Comment #4
LNakamura commented@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.