Closed texnixe closed 5 years ago
✅
Language required but not selected. This is normal? I expected as selected english, If no setting default panel language.
That's weird.
For me, when I have set a default language in config, it is preselected correctly and there is no empty option (the one with the dashes present.
When I remove the config, the same only that English is preselected.
Hmm try to access /panel
not /panel/installation
without setting
Oh wow, that shouldn't make a difference 🤯
I realized that doesn't work even if default panel language defined when accessing /panel
address
Yea, the problem does not seem to be the change per se, but rather that some Vuex calls (or watchers) aren't activated the same way.
✅ It was pretty simple to fix. The watched translation prop needed to be evaluated immediately when the component is created.
We made corrections to the RC. Can you render the source files so we can test them again?
@afbora I will release a new RC with new dist files in a few minutes.
Describe the bug When the default Panel language via the config is set to anything but English in the config like this
this setting should be reflected in the preselected language select on the installation screen as well as in the user create dialog. Currently English is always the preselected language.
To Reproduce Steps to reproduce the behavior:
Expected behavior The config Panel language should be respected when creating users.
Screenshots
Kirby Version Tested with 3.2.2 but I guess it's not a new issue.