You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Navigate to the "All links" section (/links).
Scroll to a page other than the first, e.g., /links?page=2.
On the second page, click on "Delete link" within any link card.
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
The text was updated successfully, but these errors were encountered:
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
/links
)./links?page=2
./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
The text was updated successfully, but these errors were encountered: