-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
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
Add possibility to make languages not mandatory #472
Add possibility to make languages not mandatory #472
Conversation
Signed-off-by: Matthias Hamacher <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additionally it seems to break the system settings ui now. Could you please have a look?
Signed-off-by: Matthias Hamacher <[email protected]>
Signed-off-by: Matthias Hamacher <[email protected]> # Conflicts: # translations/admin_ext.en.yaml
I cannot find any problems with the system settings ui. What exactly did break? I had an merge conflict in the translations, that is fixed now, maybe it was that? |
Signed-off-by: Matthias Hamacher <[email protected]>
It is working now, sorry, seems like it was a problem on my end of the side. |
Co-authored-by: Sebastian Blank <[email protected]>
Signed-off-by: Matthias Hamacher <[email protected]>
Quality Gate passedIssues Measures |
Changes
Resolves pimcore/pimcore#2958
Additional infos
This uses the logic introduced by pimcore/pimcore#16835 to make languages not mandatory. We add a checkbox in the System Setting where the user can set which languages should be mandatory. In the display logic of the localizedfield fields we update the mandatory state of the fields according to the languages mandatory need.