Issue Details (XML | Word | Printable)

Key: MDL-7897
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Eloy Lafuente (stronk7)
Reporter: Joshua Eckroth
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Block_instance pagetype field too small (truncation error)

Created: 12/Dec/06 07:31 AM   Updated: 12/Dec/06 07:55 AM
Return to search
Component/s: Database SQL/XMLDB
Affects Version/s: 1.7
Fix Version/s: None

Database: Any
Participants: Eloy Lafuente (stronk7) and Joshua Eckroth
Security Level: None
Affected Branches: MOODLE_17_STABLE


 Description  « Hide
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)?

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.