-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TASK:T12] Migrate top.fsMod.recentIds for BE modules #3489
Comments
@dkd-kaehm Could this be applied to version 11.5.x from the extension as well, as it is deprecated in v11 and throwns errors in the console when using the Solr BE modules? |
If the backport is cherry-pickable, |
JavaScript top.fsMod is deprecated since TYPO3 11.4, this commit replaces the old top.fsMod usage with the ModuleStateStorage, now the ImmediateActionElement is used. Resolves: TYPO3-Solr#3489
RequireJS integration is deprecated in TYPO3 12 and will be removed with TYPO3 13, thus search statistics JavaScript is adapted for ECMAScript v6. An update to Chart.js 3.9.1 is also done, which provides ES6 support. Integration in Chart.js 4 is currently faulty and is postponed. Resolves: TYPO3-Solr#3489
JavaScript top.fsMod is deprecated since TYPO3 11.4, this commit replaces the old top.fsMod usage with the ModuleStateStorage, now the ImmediateActionElement is used. Ports: TYPO3-Solr#3794 Resolves: TYPO3-Solr#3489
RequireJS integration is deprecated in TYPO3 12 and will be removed with TYPO3 13, thus search statistics JavaScript is adapted for ECMAScript v6. An update to Chart.js 3.9.1 is also done, which provides ES6 support. Integration in Chart.js 4 is currently faulty and is postponed. Resolves: TYPO3-Solr#3489
JavaScript top.fsMod is deprecated since TYPO3 11.4, this commit replaces the old top.fsMod usage with the ModuleStateStorage, now the ImmediateActionElement is used. Resolves: #3489
RequireJS integration is deprecated in TYPO3 12 and will be removed with TYPO3 13, thus search statistics JavaScript is adapted for ECMAScript v6. An update to Chart.js 3.9.1 is also done, which provides ES6 support. Integration in Chart.js 4 is currently faulty and is postponed. Resolves: #3489
In TYPO3 12 are
ModuleTemplate::addJavaScriptCode()
andtop.fsMod.recentIds
not available anymore.The code is currently commented, this must be migrated or removed:
ext-solr/Classes/Controller/Backend/Search/AbstractModuleController.php
Lines 225 to 229 in cbc7af1
See:
The text was updated successfully, but these errors were encountered: