Actions
Bug #67328
closedTCA Migrator must not log deprecation if only syntax of TCA is adjusted
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend API
Target version:
Start date:
2015-06-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint
Description
Having a showitem definition with trailing semicolons triggers deprecation messages, albeit nothing was changed.
Example:
'types' => array( 0 => array( 'showitem' => 'aField;;;', ), ),
The migration results in
'types' => array( 0 => array( 'showitem' => 'aField', ), ),
This must not log a deprecation!
Updated by Gerrit Code Review over 9 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 http://review.typo3.org/40043
Updated by Markus Klein over 9 years ago
- Sprint Focus changed from On Location Sprint to Stabilization Sprint
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40043
Updated by Markus Klein over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e62b79d54794cca577d7bb3327b105ce8db76a3b.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions