Closed (fixed)
Project:
Wishlist Module
Version:
6.x-2.1-beta
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 Dec 2007 at 13:01 UTC
Updated:
30 Jan 2008 at 06:12 UTC
Wishlist.install, schema for tables and fields are missing descriptions as illustrated by the attached image which is of an output from module schema.
| Comment | File | Size | Author |
|---|---|---|---|
| Drupal_02.jpg | 49.14 KB | kwikone |
Comments
Comment #1
scott.mclewin commentedSo it is, thanks for pointing that out. I'll get that corrected shortly.
Comment #2
kwikone commentedJust some extra info for you when you overhaul the schema. Below is the report from the schema module (now that I got it working) which indicates there is a mismatch between the schema and the actual table.
*
wishlist
o column item_est_cost:
declared: array('type' => 'int', 'default' => )
actual: array('type' => 'int', 'not null' => FALSE, 'disp-width' => '11')
o column item_est_cost: key 'not null' not set, ignoring inspected default value
o column item_url1: key 'not null' not set, ignoring inspected default value
o column item_url2: key 'not null' not set, ignoring inspected default value
o column item_priority: key 'not null' not set, ignoring inspected default value
Comment #3
scott.mclewin commentedCommitted to head. Schema module no longer complains about the wishlist module.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.