mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
e7c8fed6ab
This ensures that the correct stage is selected, even if the request does not come through the model as controller system. This fixes an issue where custom controllers would always be on the "Stage" stage.
9 lines
130 B
YAML
9 lines
130 B
YAML
---
|
|
Name: requestprocessors
|
|
---
|
|
Injector:
|
|
RequestProcessor:
|
|
properties:
|
|
filters:
|
|
- '%$VersionedRequestFilter'
|