Bug #32451
Adjust Ajax Widgets to new Bootstrap
Status:
Resolved
Priority:
Should have
Assignee:
Category:
Widgets
Target version:
Start date:
2011-12-12
Due date:
% Done:
100%
Estimated time:
Has patch:
No
Description
The new FLOW3 Bootstrap (#32333) implements new request handlers.
Now, Fluid needs to be adjusted to the new request handlers. however, there is one problem:
The Fluid request handler determines if it can be used depending on whether a certain GET variable is set. For that, it uses the TYPO3\FLOW3\Utility\Environment
; which is however not yet initialized when canHandleRequest is called.
A workaround would be to use $_GET directly; but can we find a clean solution to this?
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7212
Updated by Sebastian Kurfuerst over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset eeadd2bbb8559b7434d95e41ddc5e998b7cf18b2.