Autocomplete type Custom Fields in 3.8.0

Hi List,

I have a question about how “Enter one value with autocompletion” type CFs
work.
I have created a Ticket CF with this type and also added some values for
this
but nothing happens if I start to type in the CF’s input box.
The apache log said:
10.8.0.10 - - [29/Jul/2008:11:16:35 +0200] “POST
/Helpers/Autocomplete/CustomFieldValues HTTP/1.1” 200 -

I don’t see any error messages in apache error log or in syslog.

Did I forget some requirements?
Is there any documentation of this?
Should it autocomplete only the added values or the previously entered
values too?

Thanks
Bekeny

Hi List,

I have a question about how “Enter one value with autocompletion”
type CFs work.
I have created a Ticket CF with this type and also added some values
for this
but nothing happens if I start to type in the CF’s input box.
The apache log said:
10.8.0.10 - - [29/Jul/2008:11:16:35 +0200] “POST /Helpers/
Autocomplete/CustomFieldValues HTTP/1.1” 200 -

I don’t see any error messages in apache error log or in syslog.

Did I forget some requirements?
Is there any documentation of this?
Should it autocomplete only the added values or the previously
entered values too?

Hi Bekeny

I’ve pushed a change for this that will be in 3.8.1 (svn revision 14587)
It pulls the list of autocomplete values from the values that you
enter on the
Custom Field page (searching both Name and Description)

-kevin