[PR #15799] [MERGED] Fixes #15771: Show id field as supported on all bulk import forms #14682

Closed
opened 2025-12-29 23:25:56 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15799
Author: @jeremystretch
Created: 4/22/2024
Status: Merged
Merged: 4/22/2024
Merged by: @jeremystretch

Base: developHead: 15771-bulk-import-id-field


📝 Commits (1)

  • 0a32a84 Fixes #15771: Show id field as supported on all bulk import forms

📊 Changes

2 files changed (+6 additions, -5 deletions)

View changed files

📝 netbox/netbox/forms/base.py (+0 -5)
📝 netbox/utilities/forms/forms.py (+6 -0)

📄 Description

Fixes: #15771

Move the id field from NetBoxModelImportForm to CSVModelForm to ensure it is applied to all relevant forms.


🔄 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/netbox-community/netbox/pull/15799 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/22/2024 **Status:** ✅ Merged **Merged:** 4/22/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `15771-bulk-import-id-field` --- ### 📝 Commits (1) - [`0a32a84`](https://github.com/netbox-community/netbox/commit/0a32a8420d39bc42ea768670cf92fa2863cbeeb4) Fixes #15771: Show id field as supported on all bulk import forms ### 📊 Changes **2 files changed** (+6 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/forms/base.py` (+0 -5) 📝 `netbox/utilities/forms/forms.py` (+6 -0) </details> ### 📄 Description ### Fixes: #15771 Move the `id` field from NetBoxModelImportForm to CSVModelForm to ensure it is applied to all relevant forms. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:25:56 +01:00
adam closed this issue 2025-12-29 23:25:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14682