Hi community,
The main problem is that the autocomplete list returns a wrong value.
Steps to reproduce are below:
- Login to GardenWorld
- Open Country Region and City
- Now, open the Business Partner window and create a new record.
- Navigate to Tab 'Location' and create a new record.
* Open Location popUp
* Selection Country "BRAZIL"
* Selection the Region "SP"
* in field 'City' start to type the chars "Al" and a list will appear
* clear all the content from the City field, the list will be updated showing the "..." more itens
* now you will not be able to select one city. The list returns a wrong index, and the problem occurs
Here I resolved with the attached patch, that in summary remove a sort from the AutoComplete class.
Please, can somebody confirm if this is a bug or not ?
Thank you!