Switch QuoteLang entity's content to nullable field and using nullable string. Change QuoteLang table structure in data/install.sql accordingly. Add a screnshot for better view
After apply PR: reset module to allow table quote_lang content nullable; add a new quote with empty content for default language to make sure the required validator still work; then fill content for default language and save to check if null content for non default language is allowed.
Possible impacts?
Please indicate what parts of the software we need to check to make sure everything is alright.
Change QuoteLang table structure in data/install.sql accordingly.
Add a screnshot for better view
reset module to allow table quote_lang content nullable;
add a new quote with empty content for default language to make sure the required validator still work;
then fill content for default language and save to check if null content for non default language is allowed.