-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix redirect after deleting item #5930
Fix redirect after deleting item #5930
Conversation
Redirects to the parent of an item instead of homepage after deleting the item
This context menu is used all over the place and in most cases this would not be the desired behavior. i.e. Deleting an item on the home page. |
I see, so what changes would you propose then? |
Looks like it would be better to just change the behavior here: https://github.com/jellyfin/jellyfin-web/blob/master/src/controllers/itemDetails/index.js#L2024 |
This reverts commit 6e36915.
Redirects to the parent of an item instead of homepage after deleting the item
I moved the logic there, would you say it's ok now? @thornbill |
Quality Gate passedIssues Measures |
Cloudflare Pages deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 lgtm
Changes
Deleting an item (episode, season, ..) will now redirect to the parent of that item instead of redirecting to homepage.
I wonder why is this behavior disabled in the first place and why it hasn't been changed/looked at in almost 8 years,
since it was added (ef8dbee). Or am I missing something?
Issues
Fixes #1038