Bugfix
Detail
#28375
Overwriting I18N attributes makes existing values unreachable
If an attribute of type tl.model.i18n:I18NString is overwritten, existing values are no longer displayed. The cause is described in the following comment in tl:I18NAttributeStorage:
Note: This is "wrong" - all other storages that use generic tables use the ID of the definition of the attribute, not the concrete override to associates values with the attribute. When this is changed, the tl:InternationalizeAttributeProcessor must also be changed.