[GH-ISSUE #231] Missing add bookmark icon #172

Closed
opened 2026-02-25 23:33:37 +03:00 by kerem · 1 comment
Owner

Originally created by @sascha-andres on GitHub (Feb 6, 2020).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/231

Is it only me or is the add bookmark icon missing? I worked around it adding by the command line but that is a bit cumbersome. Also editing a bookmark is missing. Switched browser, deleted cache.

Can anyone give a hint?

Originally created by @sascha-andres on GitHub (Feb 6, 2020). Original GitHub issue: https://github.com/go-shiori/shiori/issues/231 Is it only me or is the add bookmark icon missing? I worked around it adding by the command line but that is a bit cumbersome. Also editing a bookmark is missing. Switched browser, deleted cache. Can anyone give a hint?
kerem closed this issue 2026-02-25 23:33:37 +03:00
Author
Owner

@sascha-andres commented on GitHub (Feb 6, 2020):

Found the problem be reading the code. Those icons are only visible when the account is the owner (column owner in database is 1).

I assume by migrating the database this column was added and a default value 0 was insert - for the only user existing.

Updated manually and now I see the icons.

<!-- gh-comment-id:583068420 --> @sascha-andres commented on GitHub (Feb 6, 2020): Found the problem be reading the code. Those icons are only visible when the account is the owner (column owner in database is 1). I assume by migrating the database this column was added and a default value 0 was insert - for the only user existing. Updated manually and now I see the icons.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#172
No description provided.