Posted by softrusher on December 2, 2009 at 5:53am
2 followers
Jump to:
| Project: | Big Autocomplete TAXonomy |
| Version: | 6.x-1.7 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
We have a vocabular with a taxonomy term called "Veranstaltungen: Drum and Bass". If I try to enter anything into this textfield I get a message box with an error. Searching manually at /batax/autocomplete/4/Dr gets the following result:{ "Mixes: Drum and Bass:9": "Mixes: Drum and Bass:9 (Multimedia)", "Veranstaltungen: Drum and Bass:5": "Veranstaltungen: Drum and Bass:5 (Parties)" }
Second. At a other vocab you can add terms with no problem until you enter a term containing "/" (Breakbeat/Elektro). After this the autocomplete search will only return the term that contained the slash even if entering a different term.
($Id: batax.module,v 1.10 2009/11/06 12:53:10 sdrycroft Exp $*/)
Comments
#1
Update: The issue with autocomplete and ":" goes away after disabling devel module (page-timer). But the taxonomy term is not accepted by forum.module on submit (you entered invalid data).
#2
I think #284899: Drupal url problem with clean urls is relevant.