#2658 - Software limit on default text is inconvenience to choice selection
| Identifier | #2658 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | Software limit on default text is inconvenience to choice selection |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core_fields |
| Description | I noticed that Composr is truncating the length of the default text field for Catalogue fields, despite the default column in the database being type longtext. This is an inconvenience to people who need long default text for choice type fields, as it cuts off the options. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
I've now raised it to pow(2, 31) - 1 (~2GB) -- I've uploaded the change for you, hopefully that solves it.