mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 17:20:36 -05:00
[PR #2798] [CLOSED] fix: use targetId as row identifier #14017
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?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/2798
Author: @LaurenceJJones
Created: 4/6/2026
Status: ❌ Closed
Base:
main← Head:fix/proxy-target-deletion📝 Commits (2)
81eba50fix: use targetId as row identifier7d3d5b2use targetid also on proxy create as that also has same issue📊 Changes
2 files changed (+2 additions, -0 deletions)
View changed files
📝
src/app/[orgId]/settings/resources/proxy/[niceId]/proxy/page.tsx(+1 -0)📝
src/app/[orgId]/settings/resources/proxy/create/page.tsx(+1 -0)📄 Description
fix: #2797
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
When no
getRowIdfunction is provided it uses the index of the array for the tanstack table. This causes render issues and causes the problem outline in #2797.How to test?
Well this is the odd thing, I couldnt replicate the issue by creating 3 targets from the same site, I had to create 3 sites as the user had to replicate the "site" being the data point shown in the dashboard. However, I think the correct ID is being deleted but since the data is deep nested react is not updating correctly on screen.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.