Posted by mike_yang on January 16, 2012 at 8:57pm
3 followers
| Project: | Renderable elements |
| Version: | 7.x-1.0-alpha1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
Comments
#1
Hehe, here's a patch, committed and pushed as well.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.