mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 13:49:15 -05:00
[GH-ISSUE #1696] Shareable link resource URI is incorrect #6776
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rossdargan on GitHub (Oct 18, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1696
Originally assigned to: @Pallavikumarimdb on GitHub.
Describe the Bug
Since you have moved from resource ids (numbers) to resource names clicking the resource name in the shareable link takes you to the manage resources page, not the actual resource the link is for because it's still using the old id.
Environment
To Reproduce
click the resource name on the manage share link. You are taken to the resources page, not the resource
Expected Behavior
it should take you to the resource.
@oschwartz10612 commented on GitHub (Oct 19, 2025):
@Pallavikumarimdb would you be able to fix this please?
@Pallavikumarimdb commented on GitHub (Oct 19, 2025):
Sure, I’ll look into it.