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
{{ message }}
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
In GitLab by @PhilipRoeggla on Mar 29, 2022, 09:45
If I delete lemmas via django (shell), the lemmas still get shown on the front end, since they are loaded from the cache, either IndexedDB or IndexedDB and local storage. If one of the zombie lemmas gets edited in the editor, this leads to an 404 Not Found response. The UX shows a non descriptive error message "Serverfehler. Details in der Console." and does not remove the item.
I guess desired behavior is:
On first load remove deleted lemmas from cache.
If a lemma is not found on edit:
Ask if delete
or create a new one with that data
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In GitLab by @PhilipRoeggla on Mar 29, 2022, 09:45
If I delete lemmas via django (shell), the lemmas still get shown on the front end, since they are loaded from the cache, either IndexedDB or IndexedDB and local storage. If one of the zombie lemmas gets edited in the editor, this leads to an 404 Not Found response. The UX shows a non descriptive error message "Serverfehler. Details in der Console." and does not remove the item.
I guess desired behavior is:
The text was updated successfully, but these errors were encountered: