Skip to content
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

Fixed video bookmarking unexpected behaviour (most of the video are shown bookmarked by default) #646

Closed

Conversation

uttamsutariya
Copy link

PR Fixes:

  • Fixed video bookmarking unexpected behaviour (most of the video are shown bookmarked by default & removing of bookmarks isn't working perfectly)

As you can see I haven't bookmarked any video but still it's shown as bookmarked.
image

And if I try to remove that bookmark, it gives this error.
image

It was too complicated to find the bug in the first go, but eventually I found that the course content fetching doesn't have any constraints that makes sure only currently logged-in user's bookmarks are being fetched.

So I've added that constraint, that resolved this issue.

I've make sure that the issue is resolved perfectly now.

Please go through this #635 (comment)

I've explained the issue & solution perfectly there.

Resolves #635

Checklist before requesting a review

  • I have performed a self-review of my code
  • I assure there is no similar/duplicate pull request regarding the same issue

@hkirat
Copy link
Contributor

hkirat commented May 21, 2024

fixed already

@hkirat hkirat closed this May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Most videos are bookmarked, without explicitly being done.
2 participants