From f723d9a28b8550ddf22d696cbd364c9569737564 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 11 May 2017 15:07:26 +0200 Subject: [PATCH] TASK: Add missing mapping --- src/Standards/Typo3Update/Configuration/LegacyClassnames.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Standards/Typo3Update/Configuration/LegacyClassnames.php b/src/Standards/Typo3Update/Configuration/LegacyClassnames.php index 76bd6af..8901009 100644 --- a/src/Standards/Typo3Update/Configuration/LegacyClassnames.php +++ b/src/Standards/Typo3Update/Configuration/LegacyClassnames.php @@ -499,6 +499,7 @@ return [ 'Tx_Extbase_Property_TypeConverter_FolderBasedFileCollectionConverter' => 'TYPO3\CMS\Extbase\Property\TypeConverter\FolderBasedFileCollectionConverter', 'Tx_Extbase_Property_TypeConverter_FolderConverter' => 'TYPO3\CMS\Extbase\Property\TypeConverter\FolderConverter', 'Tx_Extbase_Property_TypeConverter_IntegerConverter' => 'TYPO3\CMS\Extbase\Property\TypeConverter\IntegerConverter', + 'Tx_Extbase_Persistence_IdentityMap' => 'TYPO3\CMS\Extbase\Persistence\Generic\IdentityMap', 'Tx_Extbase_Property_TypeConverter_ObjectStorageConverter' => 'TYPO3\CMS\Extbase\Property\TypeConverter\ObjectStorageConverter', 'Tx_Extbase_Property_TypeConverter_PersistentObjectConverter' => 'TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter', 'Tx_Extbase_Property_TypeConverter_StaticFileCollectionConverter' => 'TYPO3\CMS\Extbase\Property\TypeConverter\StaticFileCollectionConverter', @@ -1079,6 +1080,7 @@ return [ 'TYPO3\\CMS\\Recordlist\\Tree\\View\\ElementBrowserFolderTreeView' => 'TYPO3\CMS\Backend\Tree\View\ElementBrowserFolderTreeView', 'newRecordLocalPageTree' => 'TYPO3\CMS\Backend\Tree\View\NewRecordPageTreeView', 'backend_cacheActionsHook' => 'TYPO3\CMS\Backend\Toolbar\ClearCacheActionsHookInterface', + 'backend_toolbarItem' => 'TYPO3\CMS\Backend\Toolbar\ToolbarItemHookInterface', 'TYPO3\\CMS\\Frontend\\ContentObject\\SearchResultContentObject' => 'TYPO3\CMS\Compatibility6\ContentObject\SearchResultContentObject', 'TYPO3\\CMS\\Frontend\\ContentObject\\ImageTextContentObject' => 'TYPO3\CMS\Compatibility6\ContentObject\ImageTextContentObject', 'TYPO3\\CMS\\Frontend\\ContentObject\\ClearGifContentObject' => 'TYPO3\CMS\Compatibility6\ContentObject\ClearGifContentObject',