whoops.. duplicate
| Project: | Database Administration |
| Version: | 4.7.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
If you have some "help text" entered for a CCK field, it goes into a 'description' field in 'node_field_instance' table. The DBA module somehow is overriding the dipslay of that field with it's own informative description, preventing the input box from being shown and furthermore preventing the field from being edited. Instead of showing an input box for the field, it shows this useful, but incorrectly placed message: "By clicking "Edit row" you will save any changes you make to this row of the node_field_instance table. This action cannot be undone."
You can dupicate this issue by entering some help text for a CCK field and browsing to: /admin/database/table/node_field_instance/view/edit/field_name/

#1
whoops