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
1. Weird "Enter" Behaviors (Page reload on Enter) (4.5) : #906
Prevented unintended page refresh on Enter that could cause unsaved data loss.
2. Hostname Field Resetting Port/Method inside "Create Resource Page"
(Similar to fix : #1394)
Fixed hostname resetting method and port values.
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/1406
**Author:** [@Pallavikumarimdb](https://github.com/Pallavikumarimdb)
**Created:** 9/3/2025
**Status:** ✅ Merged
**Merged:** 9/15/2025
**Merged by:** [@oschwartz10612](https://github.com/oschwartz10612)
**Base:** `dev` ← **Head:** `enhancement-#906/enter-key-form-behavior`
---
### 📝 Commits (3)
- [`84fb3ad`](https://github.com/fosrl/pangolin/commit/84fb3add337df64b7e79fb21d9d7847d9fb9e596) Enter key handling & hostname field reset in resource create
- [`86956b8`](https://github.com/fosrl/pangolin/commit/86956b8cacb3f50351d6fa922367a173d0c7a13b) fix enter key reload issue
- [`2f89a16`](https://github.com/fosrl/pangolin/commit/2f89a1685213863156d02754bd09ce725340ecd4) minor fix to domain sanitize when create resources
### 📊 Changes
**5 files changed** (+78 additions, -15 deletions)
<details>
<summary>View changed files</summary>
📝 `src/app/[orgId]/settings/api-keys/create/page.tsx` (+5 -0)
📝 `src/app/[orgId]/settings/clients/create/page.tsx` (+5 -0)
📝 `src/app/[orgId]/settings/resources/create/page.tsx` (+58 -15)
📝 `src/app/[orgId]/settings/sites/create/page.tsx` (+5 -0)
📝 `src/app/admin/api-keys/create/page.tsx` (+5 -0)
</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
**1. Weird "Enter" Behaviors (Page reload on Enter) (4.5) : #906**
Prevented unintended page refresh on Enter that could cause unsaved data loss.
**2. Hostname Field Resetting Port/Method inside "Create Resource Page"**
(Similar to fix : #1394)
Fixed hostname resetting method and port values.
## How to test?
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1406
Author: @Pallavikumarimdb
Created: 9/3/2025
Status: ✅ Merged
Merged: 9/15/2025
Merged by: @oschwartz10612
Base:
dev← Head:enhancement-#906/enter-key-form-behavior📝 Commits (3)
84fb3adEnter key handling & hostname field reset in resource create86956b8fix enter key reload issue2f89a16minor fix to domain sanitize when create resources📊 Changes
5 files changed (+78 additions, -15 deletions)
View changed files
📝
src/app/[orgId]/settings/api-keys/create/page.tsx(+5 -0)📝
src/app/[orgId]/settings/clients/create/page.tsx(+5 -0)📝
src/app/[orgId]/settings/resources/create/page.tsx(+58 -15)📝
src/app/[orgId]/settings/sites/create/page.tsx(+5 -0)📝
src/app/admin/api-keys/create/page.tsx(+5 -0)📄 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
1. Weird "Enter" Behaviors (Page reload on Enter) (4.5) : #906
Prevented unintended page refresh on Enter that could cause unsaved data loss.
2. Hostname Field Resetting Port/Method inside "Create Resource Page"
(Similar to fix : #1394)
Fixed hostname resetting method and port values.
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.