Bugfix
(User-visible)
If an attribute is of the type "Internationalized HTML" and this is configured as "mandatory", the field "I18NStructuredTextField" is not mandatory. If no value is present and then saved, an error is returned from the model:
Caused by: com.top_logic.util.error.TopLogicException: Invalid value in attribute "i18NHTMLNormal" of "A0": The value must not be empty. at com.top_logic.util.model.ModelService.checkCommit(ModelService.java:299) at com.top_logic.knowledge.service.db2.DBKnowledgeBase.fireEventVeto(DBKnowledgeBase.java:2941) at com.top_logic.knowledge.service.db2.DefaultDBContext.checkVeto(DefaultDBContext.java:1234) at com.top_logic.knowledge.service.db2.DefaultDBContext.commitTransaction(DefaultDBContext.java:785) ... 71 more
Test
TestRegression27642.script.xml