Task #73018
closedRemove @inject from ext:fluid
100%
Description
Remove @inject from ext:fluid
Use inject methods instead.
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46376
Updated by Gerrit Code Review almost 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46376
Updated by Gerrit Code Review almost 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46376
Updated by Wouter Wolters almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a7cc1024290eea04be090d0eba6b46855995336d.
Updated by Gerrit Code Review almost 9 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46604
Updated by Gerrit Code Review almost 9 years ago
Patch set 2 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46604
Updated by Wouter Wolters almost 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset 5ab411e060c4d2db9ef300145eae07bea5be7a64.
Updated by Markus Gerdes over 8 years ago
I'm currently working on a project started with 6.2 which makes use auf the Autocomplete widget of the fluid extension.
I recently tried the update to 7.6.3 and noticed that the Autocomplete function is not working anymore and tries to instanciate a namespaceless controller, which does not exist (Classname starts with Tx_).
Digging into the problem it turned out that 7.6.2 is working correct and 7.6.3/7.6.4 are not.
I can get the widgets to work if a revert the @inject for the WidgetRequestBuilder.
I did some more debugging ant that point but without any further conclusion. The build method of the $this->requestbuilder does not call the one from the WidgetRequestBuilder it seems that the whole context of the widget is missing in the further execution. With @inject added the build() method from the WidgetRequestBuilder is called.
Can someone confirm that the autocomplete widget is working with 7.6.3 or 7.6.4?
just to point out:
I cleared my fe_session_data from DB
I cleared TYPO3 cache and opcache
I used fresh browsers
Thanks
Markus
Updated by Alexander Jahn over 8 years ago
I hit the same bug today and opened a new issue.