Bug #58020
Compatibility with TYPO3 CMS 6.2
100%
Description
Hi,
when using TYPO3 6.2 we won't see any tables in backend module because of js problem. If we check the developers console we have error:
Uncaught TypeError: Cannot read property 'FitToParent' of undefined
This is caused by:
plugins: [new Ext.ux.plugins.FitToParent()]
in Application.js file.
Updated by Francois Suter over 6 years ago
- Subject changed from TYPO3 6.2 Cannot read property 'FitToParent' of undefined to Compatibility with TYPO3 CMS 6.2
- Status changed from New to Accepted
- Assignee set to Francois Suter
Yes, I already saw this but did not have time to tackle it until now. I think it's because one JS resource from the Core was moved. Will fix it anyway. Thanks for reporting.
Updated by Francois Suter over 6 years ago
The styling of the configuration display must be adapted. Similar adaptation was already done for the svconnector test module. See https://review.typo3.org/#/c/29060/
Updated by Gerrit Code Review over 6 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project TYPO3CMS/Extensions/ExternalImport has been pushed to the review server.
It is available at https://review.typo3.org/29692
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project TYPO3CMS/Extensions/ExternalImport has been pushed to the review server.
It is available at https://review.typo3.org/29692
Updated by Francois Suter over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 29b069d2f665335c875a772654472f14839d0482.