What's changed
Bug Fixes (5)
-
accounts: avoid IntegrityError on SSO reconnect (#7126)
Reconnecting a social (SSO) account failed with a database error when
the user's email address was already stored. -
admin: fix timeout when viewing tokens (#7119)
Fix a timeout error when attempting to view individual user tokens in
Django admin. -
frontend: make hardcoded strings translateable (#7105)
Enable some non-translated strings to be translated.
-
frontend: unnamed language fix (#7121)
Fixes a regression where adding a new question in Form Builder could
create an unnamed language and break the Manage Languages UI.After editing a form with translations, saving a new question in Form
Builder could corrupt the language list and leave the form with an
unnamed language. This patch keeps translation metadata consistent when
forms are reopened and saved again. -
frontend: translate coffeescript files (#7127)
Enable some non-translated strings to be translated.
Full Changelog: https://github.com/kobotoolbox/kpi/compare/2.026.21a..2.026.21b