-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
db update does not preserve name of saved favorite script #300
Comments
There is related discussion in #270 |
Following Tim's commits I found it necessary to manually delete favourites menu options from the database in table |
What should users be told after a db update? Only that they MUST Ctrl-F5? Does it seem a manual database cleanup is also required to delete users' carefully currated favorites after a db update? I'm getting back into PHP/HTML and looked up "clear browser cache with a hard reload" to make sure I understood. Fwiw for the benefit of anyone who has come across this topic.... Source: Conversation with Copilot, "Clearing the browser cache with a hard reload" means forcing your web browser to discard its stored (cached) version of a webpage and download the latest version from the server. This is useful when a webpage isn't displaying the most recent content or isn't functioning correctly due to outdated files in the cache. Here's how you can perform a hard reload in different browsers:
This process ensures that your browser fetches the most up-to-date version of the webpage, which can help resolve display or functionality issues. [1] https://www.howtogeek.com/672607/how-to-hard-refresh-your-web-browser-to-bypass-your-cache/ |
I had one favorite saved ("Search Inventory Items") before performing db update 10. After performing db update 10 the favorite is listed as "undefined" in the "Commonly used scripts" selector.
The "undefined" entry can be deleted, and if saved again correctly shows "Search Inventory Items".
The text was updated successfully, but these errors were encountered: