[PR #13109] [MERGED] Adds contact assignment bulk import #14111

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/13109
Author: @abhi1693
Created: 7/6/2023
Status: Merged
Merged: 7/28/2023
Merged by: @jeremystretch

Base: developHead: feat/11307-bulk-import


📝 Commits (2)

  • cef913c adds contact assignment bulk import #11307
  • ced032b Remove unsupported tags field added by NetBoxModelImportForm

📊 Changes

4 files changed (+34 additions, -2 deletions)

View changed files

📝 netbox/netbox/navigation/menu.py (+1 -1)
📝 netbox/tenancy/forms/bulk_import.py (+27 -1)
📝 netbox/tenancy/urls.py (+1 -0)
📝 netbox/tenancy/views.py (+5 -0)

📄 Description

Fixes: #11307

The form also adds tags on the view, but we do not have a use for it in other views. An FR already exists for this #12882


🔄 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/13109 **Author:** [@abhi1693](https://github.com/abhi1693) **Created:** 7/6/2023 **Status:** ✅ Merged **Merged:** 7/28/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `feat/11307-bulk-import` --- ### 📝 Commits (2) - [`cef913c`](https://github.com/netbox-community/netbox/commit/cef913c38366849bce8e53d8bf86d56330d183ef) adds contact assignment bulk import #11307 - [`ced032b`](https://github.com/netbox-community/netbox/commit/ced032bab108e8f29aade40afc60ceb3a70f1b5a) Remove unsupported tags field added by NetBoxModelImportForm ### 📊 Changes **4 files changed** (+34 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/navigation/menu.py` (+1 -1) 📝 `netbox/tenancy/forms/bulk_import.py` (+27 -1) 📝 `netbox/tenancy/urls.py` (+1 -0) 📝 `netbox/tenancy/views.py` (+5 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Fixes: #11307 <!-- Please include a summary of the proposed changes below. --> The form also adds `tags` on the view, but we do not have a use for it in other views. An FR already exists for this #12882 --- <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:22:33 +01:00
adam closed this issue 2025-12-29 23:22:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14111