Kuestenschmiede / PwaBundle

Adds PWA functionality to a contao application.
https://con4gis.org
9 stars 1 forks source link

app/config/config.yml is not used when config/config.yml exists #6

Closed ghost closed 4 years ago

ghost commented 4 years ago

Contao version: 4.8.5 Con4gis-PWA version: 1.6.2

If I change the configuration of JSON Manifest, it will be always app/config/config.yml generated.

In Contao 4.8 there can be a config.yml in config/ on root level. If that file exist, the configuration from app/config/config.yml is not used.

The Bundle should probably check, if there is a config.yml in config folder and use that file, instead of creating a new one in app/config folder.

coastforge-cro commented 4 years ago

Thanks for your hint. You are right, we will add a check to be compatible with both paths in the next version.

coastforge-cro commented 4 years ago

Fixed in 1.6.3.