Actions
Bug #60180
closedsys_collection_entries db-type varchar(30) too small
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-07-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When creating a sys_collection for an own extension, the sys_collection_entries for a dataset such as "tx_collection_domain_model_article" are not working, because the type of column "tablenames" in sys_collection_entries is limited to varchar(30)
Updated by Markus Klein over 10 years ago
- Status changed from New to Accepted
Your extension can change that by redefining the field in the sql file
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/31571
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/31571
Updated by Wouter Wolters over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 605254351920780ebc0b247900c26e5e18801433.
Actions