plenta / contao-jobs-basic-bundle

Contao Job Manager
https://plenta.io/contao-erweiterungen/jobs-basic
GNU Lesser General Public License v3.0
20 stars 6 forks source link

Translations for countries not loaded on module generation #132

Open OMOSde opened 3 months ago

OMOSde commented 3 months ago

Contao 4.13.39 Bundle: 2.4.12 PHP 8.2.10

I get the following error message:

image

It seems a check is missing on vendor/plenta/contao-jobs-basic-bundle/src/Plenta/ContaoJobsBasic/Helper/MetaFieldsHelper.php:139.

Workaround:

I use a initializeSystem hook in app namespace with a simple call of \Contao\System::loadLanguageFile('countries');