Closed (fixed)
Project:
Weight
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2012 at 14:53 UTC
Updated:
21 Feb 2012 at 19:00 UTC
Currently it is not possible to set a negative value for default weight (content type form crashes on it, weight_update_7200 fails on it).
Patch changes the database schema (default_value field: unsigned => FALSE) and provides an upgrade path (weight_update_7204)
I don't know if changing it to a signed field will lead to any length problems.
| Comment | File | Size | Author |
|---|---|---|---|
| weight_negative_default_values.patch | 859 bytes | thijsvdanker |
Comments
Comment #1
davisbenCommitted to 7.x-2.x. Thanks for the patch!