Project:Textfield Autocomplete
Version:5.x-1.x-dev
Component:Miscellaneous
Category:task
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Is this ever going to be moved out of DEV? Is it safe to use on a PRD environment?

Comments

#1

Version works great with D5.10.

I've upgraded a couple of CCK textfields with some SQL statements:

UPDATE node_field_instance SET widget_type = 'autocomplete' WHERE field_name = 'field_xxx';
DELETE FROM cache_content;

After this the "upgraded" textfields behave like autocomplete fields preserving the original content (of course).

As always: YMMV

nobody click here