Posted by kiamlaluno on July 5, 2009 at 3:33am
Jump to:
| Project: | Custom filter |
| Version: | 6.x-2.x-dev |
| Component: | Database schema |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | 6.x-1.0-beta7, 6.x-2.0-beta3 |
Issue Summary
The module uses, for the fid database field, a data type that can contain more values than the delta field used from filter.module. As consequence, the module could pass to filter.module a value that the module is not able to save in its own database table.
Comments
#1
This bug is not evident, until the user doesn't create enough filters that the field primary key contains a value Drupal core core is not able to preserve into the filters table.
#2
#3
The code has been changed, and committed in CVS (for both the branches).
#4
I am correcting the issue tags.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.