Project

General

Profile

Actions

Bug #67328

closed

TCA Migrator must not log deprecation if only syntax of TCA is adjusted

Added by Markus Klein almost 9 years ago. Updated over 6 years ago.

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!


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #67229: FormEngine: The extendablesClosed2015-06-01

Actions
Actions #1

Updated by Gerrit Code Review almost 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

Actions #2

Updated by Markus Klein almost 9 years ago

  • Sprint Focus changed from On Location Sprint to Stabilization Sprint
Actions #3

Updated by Gerrit Code Review almost 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

Actions #4

Updated by Markus Klein almost 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF