fixes #1658 by making it so checkDefaultConsistency ignores defaultLabel, and so the "save" operation in the admin only updates the label instead of replacing it. For the update to avoid resetting the defaultI18n field, a new I18nLabelPartial type had to be introduced, which has nullable fields, allowing for partial updates.
fixes #1658 by making it so
checkDefaultConsistency
ignoresdefaultLabel
, and so the "save" operation in the admin only updates the label instead of replacing it. For the update to avoid resetting thedefaultI18n
field, a newI18nLabelPartial
type had to be introduced, which has nullable fields, allowing for partial updates.