luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
811 stars 205 forks source link

option to disable override #2085

Closed nadar closed 3 years ago

nadar commented 3 years ago

In applications without cms, the composition resolver might disturb your applications logic language switcher. Therefore this option allows you to disable the Yii::$app->language override mechanism which is built in into luya UrlManager in combination with luya\web\Composition component.

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 5606fc22 and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1

The test coverage on the diff in this pull request is 100.0% (80% is the threshold).

This pull request will bring the total coverage in the repository to 64.5% (0.0% change).

View more on Code Climate.