ibexa / admin-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TranslatablePropertyTransformer should return empty string

wizhippo opened this issue · comments

As translation lists ate lang => string values returning null is invalid and causes null to be serialized when persisting to the database instead of strings.

If null is suposed to be a valid value then https://github.com/ibexa/core/blob/11067400de1ceef4a679e7743dbac84fa1b172cb/src/lib/Repository/Mapper/ContentDomainMapper.php#L817 should be corrected to handle this.