-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Uncategorized view #682
Comments
Hey, I sadly cannot reproduce this. Can you check the client side javascript console logs and the nextcloud logs for errors? |
Hi! here are my nextcloud logs. I have quite a few error messages, even for the default view. I have replaced my user name and IP by placeholders, just in case you'd wonder... |
Those errors are unrelated, as far as I can tell. Could you open the client-side javascript console and check the log? Usually that's the F12 key. |
This is unlikely to be the problem. |
Could you send me a database dump of the oc_bookmarks_folders_bookmarks table? |
I have the same problem with the categories. I did some digging in the database and some testing. Whenever I "move" a bookmark via the web ui from a folder wether from the folder ungategorized with id -1 or an self created folder then the bookmark entry doesn't change in the table oc_bookmarks_folder_bookmarks. Insted of changig an second entry will be added with the same bookmark_id but different folder_id. So when i repeatedly "move" a bookmark via the web ui I end up with the same amount of entries for a particular bookmark in the table oc_bookmark_folder_bookmarks. Insted of moving I dublicate the bookmark folder entry. I hope this description is helpful. |
This is exactly what I suspected. I cannot reproduce this off-hand, though. Which browser are you using? |
Sorry, I did not provide my db dump (debugging some things on my server, making it totally unusable). On my side, I am using Firefox 66.0.3 on Linux. |
I have this beavior with Firefox 66.0.3 and Chrome 74.0.3729.108 on Windows 10 as well as with Safari 12.1 and Firefox 66.0.3 on macOS Mojave. |
Hi. I also have this problem, and inspected it a little and found some things which I added as comments below.
By changing the line
to
it seems to work, but I don't know if it might affect other things. |
aha. I've seen an incarnation of this problem before. You're running postgres? @jpumc Thanks for taking the time to debug this! 💙 |
Fixed by 426a355 |
@marcelklehr |
@marcelklehr |
With Nextcloud 15.0.7 (and the latest version of the bookmarks app), the "all" and "uncategorized" views contain exactly the same, although I have some bookmarks that I've moved to subfolders (and most of my bookmarks have tags).
As I understand it, only bookmarks that don't belong to a subfolder should end up in "uncategorized".
The text was updated successfully, but these errors were encountered: