mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 01:22:50 -05:00
[PR #1767] [MERGED] Make site and resource niceId editable #17736
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/1767
Author: @Pallavikumarimdb
Created: 10/28/2025
Status: ✅ Merged
Merged: 11/9/2025
Merged by: @oschwartz10612
Base:
dev← Head:feat/make-niceId-editable📝 Commits (10+)
8e1bb6aadd niceId inside info box84d24d9niceId inside resource info3294912Make site niceId editablefeb0bd5make resource niceid editablef85d9f8fix col50ac52dfix lintac5fe14update url to prevent page redirect66124f0move site niceId details to general setting pageaeda85fmove resource niceid update to general pageddc14d1Rename nice id to Identifier in the ui📊 Changes
9 files changed (+204 additions, -95 deletions)
View changed files
📝
messages/en-US.json(+9 -1)📝
server/routers/resource/updateResource.ts(+50 -0)📝
server/routers/site/updateSite.ts(+25 -1)📝
src/app/[orgId]/settings/resources/[niceId]/general/page.tsx(+38 -9)📝
src/app/[orgId]/settings/sites/[niceId]/general/page.tsx(+53 -33)📝
src/components/ResourceInfoBox.tsx(+17 -8)📝
src/components/ResourcesTable.tsx(+0 -16)📝
src/components/SiteInfoCard.tsx(+12 -3)📝
src/components/SitesTable.tsx(+0 -24)📄 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
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.