I was trying to register a node edit form using this amazing module :-)

Then I got an error dialog that says an insert into rel_builds failed because the data for column 'label' is too big.

Turns out I've used a very long name for my node and the label it was trying to create is 36 characters long: node types can be up to 32 char long IIRC, so the edit form can be even longer than that.

CommentFileSizeAuthor
#1 1407126-1.patch687 bytesswentel

Comments

swentel’s picture

Status: Active » Fixed
StatusFileSize
new687 bytes

Hehe, here's a patch, committed and pushed as well.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.