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
I've searched for similar filed issues in this repository.
Steps to reproduce the behavior
Install machinery service supporting glossaries.
Create a glossary entry for a term used in a string
View automatic suggestions on that string
Change the glossary term
View automatic suggestions on that string again
Expected behavior
The automatic suggestion should reflect glossary changes.
Screenshots
No response
Exception traceback
No response
How do you run Weblate?
Git checkout
Weblate versions
No response
Weblate deploy checks
No response
Additional context
get_cache_key for GlossaryMachineTranslationMixin should include a glossary checksum, most likely logic from get_glossary_id should be extracted and reused here.
The text was updated successfully, but these errors were encountered:
Describe the issue
The machinery caching does not include glossary state for backends utilizing it. That can lead to showing outdated results in automatic suggestions.
I already tried
Steps to reproduce the behavior
Expected behavior
The automatic suggestion should reflect glossary changes.
Screenshots
No response
Exception traceback
No response
How do you run Weblate?
Git checkout
Weblate versions
No response
Weblate deploy checks
No response
Additional context
get_cache_key
forGlossaryMachineTranslationMixin
should include a glossary checksum, most likely logic fromget_glossary_id
should be extracted and reused here.The text was updated successfully, but these errors were encountered: