[PR #1475] [MERGED] Use niceId for resource URLs to prevent 307 redirects #1091

Closed
opened 2025-11-13 12:18:01 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1475
Author: @Pallavikumarimdb
Created: 9/16/2025
Status: Merged
Merged: 9/16/2025
Merged by: @oschwartz10612

Base: devHead: Fix/frontend-resource-niceid


📝 Commits (1)

  • 2e8b635 resource links from id to niceId

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/components/ResourcesTable.tsx (+1 -1)

📄 Description

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

Update the ResourcesTable to use resourceRow.nice (niceId) instead of resourceRow.id when building resource URLs.
Using .id caused 307 redirects and broken pages.

How to test?


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/1475 **Author:** [@Pallavikumarimdb](https://github.com/Pallavikumarimdb) **Created:** 9/16/2025 **Status:** ✅ Merged **Merged:** 9/16/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `Fix/frontend-resource-niceid` --- ### 📝 Commits (1) - [`2e8b635`](https://github.com/fosrl/pangolin/commit/2e8b63553d16acb33f877782dc0af4783bb0819a) resource links from id to niceId ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/components/ResourcesTable.tsx` (+1 -1) </details> ### 📄 Description ## 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 Update the `ResourcesTable` to use `resourceRow.nice` (niceId) instead of `resourceRow.id` when building resource URLs. Using .id caused 307 redirects and broken pages. ## How to test? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-13 12:18:01 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#1091