-
Notifications
You must be signed in to change notification settings - Fork 3
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
when you click to bookmark it works, when you "unbookmark" it errors #71
Comments
In GitLab by @cdm32 on Jul 20, 2018, 15:33 mentioned in commit 09d622b |
In GitLab by @ful105 on Aug 24, 2018, 14:15 when you click to bookmark it works, when you "unbookmark" it errors |
Are bookmarks gonna be a feature? |
The answer to #71 (comment) is yes (via @ruthtillman at a meeting yesterday) - adding here for posterity |
If you read the docs, it says you need a user implementation for bookmarks to work, fwiw |
@cdmo so basically without user accounts it doesn't have a necessary component to clear? That makes sense. |
But it should allow a guest to bookmark. I think this is actually a bug with Blacklight and Rails 5.2... more to come |
Yeah, this is a bug with rails 5.2 and blacklight See nsarno/knock#208 (comment) I'll report back to the community When I create a new bookmark controller and add |
There's more information available when you view the response to the XHR request in chrome:
|
Found in griddler too, thoughtbot/griddler#297. Seems like at least some in the community are just turning this off. |
User does a search
User clicks a checkbox to bookmark
User clicks the same checkbox to un-bookmark
An alert message is displayed saying "error"
The application log looks like this:
This doesn't happen in the demo blacklight and I am not finding it in the issue queue on the blacklight main repo.
stemming from #64
connected to #91
The text was updated successfully, but these errors were encountered: