We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With updating springboot-customized-webapps' camunda version to 7.15.0, localization is not working with the same configuration.
Has anybody figured it out recently?
The text was updated successfully, but these errors were encountered:
Use 'export default' instead of 'window.camTasklistConf =' in config.js:
Not working with camunda 7.16.0:
window.camTasklistConf = { "locales": { "availableLocales": ["de", "en"], "fallbackLocale": "en" }, // ... more options }
Working with camunda 7.16.0:
export default { "locales": { "availableLocales": ["de", "en"], "fallbackLocale": "en" }, // ... more options }
See also: https://github.com/camunda/camunda-docs-manual/blob/master/content/webapps/cockpit/extend/configuration.md
Sorry, something went wrong.
No branches or pull requests
With updating springboot-customized-webapps' camunda version to 7.15.0, localization is not working with the same configuration.
Has anybody figured it out recently?
The text was updated successfully, but these errors were encountered: