theopenconversationkit / tock

Tock, the open source conversational AI toolkit.
https://doc.tock.ai
Apache License 2.0
504 stars 132 forks source link

fix #1658 translator: fix answer update from admin resetting defaultI18n #1659

Closed Fabilin closed 4 months ago

Fabilin commented 4 months ago

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.