Bug #90731
closedMountpoint + Route Enhancer (Extbase Plugin) + Error "ID was outside the domain"
100%
Description
A page containing an extbase plugin (list + show action) is mounted into another domain.
Domain A (Site configuration) - Page AA - Page AB - Events (Extbase Plugin with "List" + "Show" Action) Domain B (Site configuration) - Page BA - Page BC - Events (Mountpage: "Show the mounted page", Mountpid: "Page AB")
Coming from "list" action a call to "show" action causes an error "ID was outside the domain". The link is like this:
<f:link.action pluginName="Event" controller="Event" action="show" arguments="{event: event}">
I've figured out that as soon as the "event" argument is removed, no error occures any more. So i believe this might be a bug.
Updated by Jan Kornblum over 4 years ago
Figured out something more... As soon as the route enhancer configuration is removed, everything works fine. But i don't believe the configuration itself is wrong regarding this issue:
routeEnhancers: EventShow: type: Extbase extension: Example plugin: Event routes: - { routePath: '/{event_title}', _controller: 'Event::show', _arguments: {event_title: event} } defaultController: 'Event::list' aspects: event_title: type: PersistedAliasMapper tableName: tx_example_domain_model_event routeFieldName: slug
Updated by Jan Kornblum over 4 years ago
- Subject changed from Mounted page + Extbase plugin link + Error "ID was outside the domain" to Mounted page + RouteEnhancer (Extbase Plugin) + Error "ID was outside the domain"
Updated by Jan Kornblum over 4 years ago
- Subject changed from Mounted page + RouteEnhancer (Extbase Plugin) + Error "ID was outside the domain" to Mountpoint + Route Enhancer (Extbase Plugin) + Error "ID was outside the domain"
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
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/c/Packages/TYPO3.CMS/+/64403
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64367
Updated by Benni Mack over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ba457e83585b3d7690255520350d1158772354c9.
Updated by Jan Kornblum over 4 years ago
- Related to Bug #91427: Mountpoint + Route Enhancer (Extbase Plugin Enhancer) + Error "The requested page does not exist" added
Updated by Jan Kornblum over 4 years ago
- Related to deleted (Bug #91427: Mountpoint + Route Enhancer (Extbase Plugin Enhancer) + Error "The requested page does not exist")
Updated by Jan Kornblum over 4 years ago
- Related to Bug #91427: Mountpoint + Route Enhancer (Extbase Plugin Enhancer) + Error "The requested page does not exist" added