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
Change.DoesNotExist: Change matching query does not exist.
(4 additional frame(s) were not displayed)
...
File "weblate/trans/views/edit.py", line 669, in translate
response = handle_suggestions(request, unit, this_unit_url, next_unit_url)
File "weblate/trans/views/edit.py", line 585, in handle_suggestions
old=suggestion.change_set.latest("timestamp").old,
@gersona This is a five-year-old suggestion that didn't yet create matching Change objects. The code should deal with such a situation. Would it be possible to do it without relying on change objects?
oh right, that makes sense. I was starting to investigate how on earth did the Suggestion creation stop before the Change object was created.
Yeah, the unit.target could be used as well . As the suggestion is always relative to the current target, it doesn't matter if it has been updated multiple times since the suggestion was first added
Sentry Issue: WEBLATE-1NJC
This seems regression caused by #13214
The text was updated successfully, but these errors were encountered: