Actions
Bug #23314
closedcsv export unconditionally truncates the exported data fields at 100 chars
Start date:
2010-07-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If exporting data from the list view via csv-export, all data is truncated at 100 chars.
Additionally there is another limit in effect in t3lib_befunc->getProcessedValueExtra, which always limits returned data to 200 chars ( different from t3lib_befunc->getProcessed, where this can be controlled via a parameter).
This patch fixes these limits.
(issue imported from #M15304)
Files
Actions