lochmueller / focuspoint

🌅 Smartest TYPO3 Crop Tool ever 🌅
http://typo3.org/extensions/repository/view/focuspoint
22 stars 23 forks source link

TCA migrations #84

Closed mfellinger-sisi closed 3 years ago

mfellinger-sisi commented 3 years ago

Checking TCA migrations in TYPO3 9.5.24 for the 3.2.1 release of focuspoint reports several required TCA migrations:

The slider wizard in TCA sys_file_metadata['columns']['focus_point_y']['config']['wizards']['slider'] has been migrated to sys_file_metadata['columns']['focus_point_y']['config']['slider']. The slider wizard in TCA sys_file_metadata['columns']['focus_point_x']['config']['wizards']['slider'] has been migrated to sys_file_metadata['columns']['focus_point_x']['config']['slider']. The slider wizard in TCA sys_file_reference['columns']['focus_point_y']['config']['wizards']['slider'] has been migrated to sys_file_reference['columns']['focus_point_y']['config']['slider']. The slider wizard in TCA sys_file_reference['columns']['focus_point_x']['config']['wizards']['slider'] has been migrated to sys_file_reference['columns']['focus_point_x']['config']['slider']. The slider wizard in TCA tx_focuspoint_domain_model_filestandalone['columns']['focus_point_y']['config']['wizards']['slider'] has been migrated to tx_focuspoint_domain_model_filestandalone['columns']['focus_point_y']['config']['slider']. The slider wizard in TCA tx_focuspoint_domain_model_filestandalone['columns']['focus_point_x']['config']['wizards']['slider'] has been migrated to tx_focuspoint_domain_model_filestandalone['columns']['focus_point_x']['config']['slider'].

When will these be fixed? Should we provide a pulll request?

lochmueller commented 3 years ago

Hey @mfellinger-sisi thanks for your issue. Feel free to create a pull request with fixes. Please keep in mind, that the current version is 4.0.2 https://github.com/lochmueller/focuspoint/releases/tag/4.0.2 Perhaps there are already changes related to this. Regards, Tim