Actions
Bug #93190
closedCommaSeparatedValueProcessor, field enclosure cannot be unset
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-12-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Not sure if its a problem, but in the example it looks like the field enclosure could be unset:
10 = TYPO3\CMS\Frontend\DataProcessing\CommaSeparatedValueProcessor 10 { # ... fieldEnclosure = }
However in the code it is defined as:
// Set the field enclosure which is " by default
$fieldEnclosure = (string)$cObj->stdWrapValue('fieldEnclosure', $processorConfiguration, '"');
Therefore setting fieldEnclosure to '' results into it being set to the default value '"'
Updated by Gerrit Code Review about 3 years ago
- Status changed from New 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/c/Packages/TYPO3.CMS/+/72203
Updated by Gerrit Code Review about 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72122
Updated by Oliver Bartsch about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset aba3d4528e243a1406a57358e8423168bb905d04.
Actions