[PR #13948] [MERGED] 13872 fix bulk import #14288

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/13948
Author: @arthanson
Created: 10/2/2023
Status: Merged
Merged: 10/3/2023
Merged by: @jeremystretch

Base: developHead: 13872-bulk-import


📝 Commits (1)

📊 Changes

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

View changed files

📝 netbox/templates/generic/bulk_import.html (+2 -0)

📄 Description

Fixes: #13872

The CSV delimiter field needs to be on all the file upload type forms as it is used in the processing, if not there it gets returned as a space (not a valid type) which caused errors.


🔄 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/13948 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 10/2/2023 **Status:** ✅ Merged **Merged:** 10/3/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `13872-bulk-import` --- ### 📝 Commits (1) - [`f1bb0f2`](https://github.com/netbox-community/netbox/commit/f1bb0f22d53c5bd21ec5d063c7a4e55adb38c913) 13872 fix bulk import ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/generic/bulk_import.html` (+2 -0) </details> ### 📄 Description ### Fixes: #13872 The CSV delimiter field needs to be on all the file upload type forms as it is used in the processing, if not there it gets returned as a space (not a valid type) which caused errors. --- <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:23:37 +01:00
adam closed this issue 2025-12-29 23:23:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14288