[PR #11712] [MERGED] Fixes #11711 - Use CSVModelMultipleChoiceField when importing custom multiple object fields #13827

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/11712
Author: @kkthxbye-code
Created: 2/9/2023
Status: Merged
Merged: 2/13/2023
Merged by: @jeremystretch

Base: developHead: 11711-fix-multio-csv-import


📝 Commits (2)

  • c72a4d4 Fixes #11711 - Use CSVModelMultipleChoiceField when importing custom multiple object fields
  • d742674 Fix pep8

📊 Changes

1 file changed (+5 additions, -3 deletions)

View changed files

📝 netbox/extras/models/customfields.py (+5 -3)

📄 Description

Fixes: #11711

CSV import wasn't handled for multiple object type custom fields.


🔄 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/11712 **Author:** [@kkthxbye-code](https://github.com/kkthxbye-code) **Created:** 2/9/2023 **Status:** ✅ Merged **Merged:** 2/13/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `11711-fix-multio-csv-import` --- ### 📝 Commits (2) - [`c72a4d4`](https://github.com/netbox-community/netbox/commit/c72a4d4d07e81b8a56c6eeada33f610905e055d2) Fixes #11711 - Use CSVModelMultipleChoiceField when importing custom multiple object fields - [`d742674`](https://github.com/netbox-community/netbox/commit/d7426743557364c65b96dbf16099825ec568f8cc) Fix pep8 ### 📊 Changes **1 file changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/models/customfields.py` (+5 -3) </details> ### 📄 Description ### Fixes: #11711 CSV import wasn't handled for multiple object type custom fields. --- <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:21:02 +01:00
adam closed this issue 2025-12-29 23:21:02 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13827