Opened 2 years ago
Closed 2 years ago
#3485 closed Defect (fixed)
Elgg 1.7.7 autocomplete
| Reported by: | rongraham | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.7.9 |
| Component: | Core | Version: | 1.7 |
| Severity: | minor | Keywords: | autocomplete |
| Cc: | brett@… | Difficulty: | trivial |
Description
Default autocomplete input (elgg/views/input/autocomplete.php) uses as backend url 'pg/autocomplete', but the backend function, present in the file 'elgg/engine/lib/input.php', is called when the page 'pg/livesearch' is called, that is, the page handler for autocomplete is registered for 'livesearch'.
I've changed the url in the jQuery autocomplete and now it works!
Please could you confirm that this is an elgg bug? Or i got wrong?
Thank you
Change History (3)
comment:1 Changed 2 years ago by cash
comment:2 Changed 2 years ago by cash
- Difficulty set to trivial
- Milestone changed from Needs Review to Elgg 1.7.9
definite bug
comment:3 Changed 2 years ago by cash
- Resolution set to fixed
- Status changed from new to closed
(In [svn:9112]) Fixes #3485 - using the correct url for autocomplete
Note: See
TracTickets for help on using
tickets.

I thought we had already fixed this but maybe not. I'll try to check later today.