|
|
|
The block_instance table has a field called pagetype set to varchar(20).
While developing my own module, I've run into a truncation error, as my module is called "lifecyclemgr". This name is too large to fit into 20 chars when you add a page identifier.
Perhaps this could be increased to varchar(30) or varchar(50)?
|
|
Description
|
The block_instance table has a field called pagetype set to varchar(20).
While developing my own module, I've run into a truncation error, as my module is called "lifecyclemgr". This name is too large to fit into 20 chars when you add a page identifier.
Perhaps this could be increased to varchar(30) or varchar(50)? |
Show » |
| There are no comments yet on this issue.
|
|