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
When items are deleted from the history list, you can't reimport them.
This is because every imported/visited item gets stored into the local storage under: localStorage['list_downloaded_urls']
When an import takes place, every URL that is in the history is checked if in that file. If yes, it doesnt get imported.
2. Options to solve this:
We have to update the delete process so that the URL is removed from list_downloaded_urls
Because people might not want to import this by accident again, we just give the notice that these pages have to be proactively revisited and won't ever be importable again.
Hi, oliver I would like to fix this problem. I am going to implement the second option that you suggested so when user wants to delete URL message will be displayed with option whether he/she wants to delete it or not.
Thanks for your kind offer to help us out! Very much appreciated!
I don't want you to waste your valuable time. We are currently refactoring the code, so there is no work happening in this repo.
We are in the process to work on the refactor in another project, the WebMemex.
When items are deleted from the history list, you can't reimport them.
This is because every imported/visited item gets stored into the local storage under:
localStorage['list_downloaded_urls']
When an import takes place, every URL that is in the history is checked if in that file. If yes, it doesnt get imported.
2. Options to solve this:
list_downloaded_urls
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: