You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For translations imported from VCS, the Translation.user field isn't set and the translations appear as "Imported" in the UI. We sometimes need to create in-memory instances of User objects to handle the "Imported" user along with other translation authors more easily:
For translations imported from VCS, the
Translation.user
field isn't set and the translations appear as "Imported" in the UI. We sometimes need to create in-memory instances of User objects to handle the "Imported" user along with other translation authors more easily:pontoon/pontoon/base/views.py
Line 415 in 56d243e
pontoon/pontoon/contributors/utils.py
Line 117 in 56d243e
Rather than doing that, we should create an actual
system_user
representing the "Imported" user. It will also save us from things like:pontoon/pontoon/base/models/user.py
Lines 198 to 199 in 240486d
The text was updated successfully, but these errors were encountered: