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

Redirect after deleting a link returns to page 1 instead of the current page #852

Open
MDeLuise opened this issue Oct 11, 2024 · 1 comment
Labels
Bug Something isn't working
Milestone

Comments

@MDeLuise
Copy link

Bug Description

When deleting a link from the “All links” section (/links), if the user is on a page other than the first (e.g., /links?page=2), after deleting a link, the system redirects back to the first page (/links). This forces users to manually navigate back to the page they were on before the deletion.

How to reproduce

  1. Navigate to the "All links" section (/links).
  2. Scroll to a page other than the first, e.g., /links?page=2.
  3. On the second page, click on "Delete link" within any link card.
  4. After deletion, observe that the system redirects back to /links (page 1).

Expected behavior

After deleting a link from any page in the "All links" section, the system should remain on the same page where the deletion occurred. For example, if the link was deleted on /links?page=2, the system should redirect back to /links?page=2 after deletion, maintaining the user's current page context.

Logs

No response

Screenshots

No response

LinkAce version

v1.15.3

Setup Method

Docker

Operating System

Linux (Ubuntu, CentOS,...)

Client details

No response

@MDeLuise MDeLuise added the Bug Something isn't working label Oct 11, 2024
@Kovah
Copy link
Owner

Kovah commented Oct 17, 2024

Will be fixed in LinkAce v2 coming out soon.

@Kovah Kovah added this to the v2.0.0 milestone Oct 17, 2024
@Kovah Kovah moved this from Backlog to Release Queue in LinkAce Development Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
Status: Release Queue
Development

No branches or pull requests

2 participants