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!
Actions