mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 08:56:45 -05:00
[PR #1383] [CLOSED] Fix subdomain preservation in DomainPicker when switching base domains #7335
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/1383
Author: @arevindh
Created: 8/29/2025
Status: ❌ Closed
Base:
dev← Head:fix-domain-picker-issue📝 Commits (5)
6c9b445Merge pull request #1353 from fosrl/dev2e2753bMerge branch 'dev' of https://github.com/fosrl/pangolin into dev35ece5fFix domain picker issue when subdomain is picked first549c9d4Merge branch 'dev' of https://github.com/fosrl/pangolin into fix-domain-picker-issue86be87bMerge branch 'dev' of https://github.com/fosrl/pangolin into fix-domain-picker-issue📊 Changes
1 file changed (+24 additions, -16 deletions)
View changed files
📝
src/components/DomainPicker.tsx(+24 -16)📄 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
When a user typed a subdomain and then selected a different base domain, the subdomain value was being cleared due to
onDomainChangebeing called withsubdomain: undefined.How to test?
This should be tested on Create Resource Page and General Section of Resource Settings
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.