Feature #43966
Base Distribution - Work Package #45088: Improved REST support
Allow all routes to include sub routes
100%
Description
Sub routes are currently only resolved in the global Configuration/Routes.yaml file.
It would be nice if sub routes could include sub routes them selves.
This also requires us to be able to specify a path.
The syntax could be similar to:
- # loads sub routes from My.Package/Configuration/Routes.yaml uriPattern: '<SomeSubroutes>' subRoutes: SomeSubroutes: package: My.Package - # loads sub routes from Other.Package/Configuration/RestRoutes.yaml uriPattern: '<SomeSubroutes>' subRoutes: SomeSubroutes: package: Other.Package filename: RestRoutes.yaml
Related issues
Updated by Bastian Waidelich about 8 years ago
I implemented a first draft supporting following syntax:
- # loads sub routes from Other.Package/Configuration/Routes.Foo.yaml uriPattern: '<SomeSubroutes>' subRoutes: SomeSubroutes: package: Other.Package suffix: Foo
Updated by Gerrit Code Review almost 8 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 https://review.typo3.org/18478
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18478
Updated by Bastian Waidelich almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 15788c42ed75d02ed48f277a58fb8f4748ff3677.
Updated by Gerrit Code Review almost 8 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 2.0 has been pushed to the review server.
It is available at https://review.typo3.org/20784
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch 2.0 has been pushed to the review server.
It is available at https://review.typo3.org/20784