Posted by ganaya on June 17, 2008 at 6:04pm
| Project: | Fixed Data Dropdown |
| Version: | 5.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I'm trying to use the module to select a city from a given state, the csv was correctly formulated but the database wasn't inserting the information correctly and it was only inserting the last row from each state.
To solve the problem I have to delete the lines 86, 87 and 89 from the FixedDataDropdown.module file, so it wont overwrite previously entered values.