Bug #36236
Call to method not being backed by an interface in Http RequestHandler
| Status: | Resolved | Start date: | 2012-04-17 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Robert Lemke | % Done: | 100% |
|
| Category: | Http | |||
| Target version: | TYPO3 Flow Base Distribution - 1.1 | |||
| PHP Version: | Complexity: | |||
| Has patch: | No | FLOW3 version affected: | Git master | |
| Votes: | 1 (View) |
Description
in Http's RequestHandler's handleRequest() method, there is
$this->router->setRoutesConfiguration($this->routesConfiguration);
in my case case of a Widget Request, $this->router is TYPO3\Fluid\Core\Widget\WidgetRouter which hasn't a setRoutesConfiguration() method.
So now there are few issues with that:
- the
$this->routeris annotated to be\TYPO3\FLOW3\Mvc\Routing\Router, not...RouterInterface - the
RouterInterface, however, hasn't thesetRoutesConfiguration()method. - the
TYPO3\Fluid\Core\Widget\WidgetRouterdoesn't implement from that interface - and, as said, the
TYPO3\Fluid\Core\Widget\WidgetRouteralso doesn't have thesetRoutesConfiguration().
Related issues
| related to TYPO3.Fluid - Bug #36500: Ajax widgets can't be executed | Resolved | 2012-04-24 |
History
Updated by Robert Lemke about 1 year ago
- Status changed from New to Accepted
- Assignee set to Robert Lemke
Updated by Gerrit Code Review about 1 year 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/10731
Updated by Gerrit Code Review about 1 year ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10731
Updated by Gerrit Code Review about 1 year ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10734
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11101
Updated by Gerrit Code Review about 1 year ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11101
Updated by Gerrit Code Review about 1 year ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11101
Updated by Gerrit Code Review about 1 year ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11101
Updated by Karsten Dambekalns about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100