Actions
Task #80277
closedBe more specific about where the link wizard was migrated to
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-03-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
We should simply mention the renderType array index again explicitly.
The current message is a bit confusing, since it mentions the renderType first, but then mentions the `config` array.
Current message:
The link wizard has been migrated to a 'renderType' => 'inputLink '. It has been migrated from TCA table "tt_content['columns']['mywizcol']['config']['wizards']['link']" to "tt_content['columns']['mywizcol']['config'] = 'inputLink'".
Message afterwards:
The link wizard has been migrated to a 'renderType' => 'inputLink '. It has been migrated from TCA table "tt_content['columns']['mywizcol']['config']['wizards']['link']" to "tt_content['columns']['mywizcol']['config']['renderType'] = 'inputLink'".
Updated by Gerrit Code Review almost 8 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/52042
Updated by Cedric Ziel almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 454794012c55db047dbed1ed64fa4a4eb83afeea.
Actions