CDRO / simulatebe

Simulatebe allows you to log in to the backend with your frontend user.
0 stars 3 forks source link

Fix TCA Migrations for TYPO3 v8.7 #9

Closed markuspoerschke closed 5 years ago

markuspoerschke commented 5 years ago

Currently the install tool warns about the following migrations:

The 4th parameter 'specConf' of the field 'showitem' with fieldName = 'tx_simulatebe_feuserusername' has been migrated, from TCA table "be_users['types']['0']['showitem']"to "be_users['types']['0']['columnsOverrides']['tx_simulatebe_feuserusername']['defaultExtras']".
The 4th parameter 'specConf' of the field 'showitem' with fieldName = 'tx_simulatebe_feuserusername' has been migrated, from TCA table "be_users['types']['1']['showitem']"to "be_users['types']['1']['columnsOverrides']['tx_simulatebe_feuserusername']['defaultExtras']".
The 4th parameter 'specConf' of the field 'showitem' with fieldName = 'tx_simulatebe_beuser' has been migrated, from TCA table "fe_users['types']['0']['showitem']"to "fe_users['types']['0']['columnsOverrides']['tx_simulatebe_beuser']['defaultExtras']".
The 4th parameter 'specConf' of the field 'showitem' with fieldName = 'tx_simulatebe_beuser' has been migrated, from TCA table "fe_users['types']['Tx_Extbase_Domain_Model_FrontendUser']['showitem']"to "fe_users['types']['Tx_Extbase_Domain_Model_FrontendUser']['columnsOverrides']['tx_simulatebe_beuser']['defaultExtras']".
The 4th parameter 'specConf' of the field 'showitem' with fieldName = 'tx_simulatebe_beuser' has been migrated, from TCA table "fe_users['types']['Tx_HeliosRegulation_FrontendUser']['showitem']"to "fe_users['types']['Tx_HeliosRegulation_FrontendUser']['columnsOverrides']['tx_simulatebe_beuser']['defaultExtras']".
Using the 'type' = 'select' field in "fe_users['columns']['tx_simulatebe_beuser']['config']['type'] = 'select'" without the "renderType" setting in "fe_users['columns']['tx_simulatebe_beuser']['config']['renderType']" is deprecated.