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

Comments

mo6’s picture

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