DB definition for the field category_cont_node_types.field is varchar(16)

Both node.type (core) and node_type.type_name (cck) are varchar(32)

So category is broken for long content type names (easy with cck, since cck type names are built from the "human readable" type names...),

This patch corrects the db definition and includes an upgrade path.

CommentFileSizeAuthor
category.patch1.23 KByched

Comments

Jaza’s picture

Status: Active » Fixed

Done.

yched’s picture

Thanks.
You should remove the .mysql file from cvs, since it doesn't include the change.

Jaza’s picture

It is now removed. Thanks for letting me know - I thought I did delete it already, but it appears it didn't go through when I made the commit.

Anonymous’s picture

Status: Fixed » Closed (fixed)