Out of DEV
asugene - September 23, 2008 - 22:08
| Project: | Textfield Autocomplete |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Is this ever going to be moved out of DEV? Is it safe to use on a PRD environment?

#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