[PR #13419] [MERGED] Fixes #13414 - Don't hide HIDDEN_IFUNSET custom fields from bulk import fields #14183

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

📋 Pull Request Information

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

Base: developHead: 13414-fix-hiddenifunset-csv


📝 Commits (1)

  • c8cb440 Don't hide HIDDEN_IFUNSET custom fields from bulk import fields

📊 Changes

1 file changed (+4 additions, -1 deletions)

View changed files

📝 netbox/netbox/forms/base.py (+4 -1)

📄 Description

Fixes: #13414

Bulk import should show Hidden (If unset) custom fields in the field list to match behavior of edit form.


🔄 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/13419 **Author:** [@kkthxbye-code](https://github.com/kkthxbye-code) **Created:** 8/9/2023 **Status:** ✅ Merged **Merged:** 8/9/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `13414-fix-hiddenifunset-csv` --- ### 📝 Commits (1) - [`c8cb440`](https://github.com/netbox-community/netbox/commit/c8cb440eba434016fbe39b0a3a8e6969ed14db9b) Don't hide HIDDEN_IFUNSET custom fields from bulk import fields ### 📊 Changes **1 file changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/forms/base.py` (+4 -1) </details> ### 📄 Description ### Fixes: #13414 Bulk import should show Hidden (If unset) custom fields in the field list to match behavior of edit form. --- <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:03 +01:00
adam closed this issue 2025-12-29 23:23:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14183