[PR #15785] [MERGED] Closes #15547: Add comments field to CustomField model #14679

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

📋 Pull Request Information

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

Base: featureHead: 15547-customfield-comments


📝 Commits (1)

📊 Changes

10 files changed (+44 additions, -10 deletions)

View changed files

📝 netbox/extras/api/serializers_/customfields.py (+1 -1)
📝 netbox/extras/filtersets.py (+2 -1)
📝 netbox/extras/forms/bulk_edit.py (+3 -6)
📝 netbox/extras/forms/bulk_import.py (+1 -1)
📝 netbox/extras/forms/model_forms.py (+1 -0)
netbox/extras/migrations/0114_customfield_add_comments.py (+18 -0)
📝 netbox/extras/models/customfields.py (+4 -0)
📝 netbox/extras/search.py (+12 -0)
📝 netbox/extras/tables/tables.py (+1 -1)
📝 netbox/templates/extras/customfield.html (+1 -0)

📄 Description

Fixes: #15547

  • Add a comments field to the CustomField model
  • Introduce CustomFieldIndex to enable global search for 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/15785 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/19/2024 **Status:** ✅ Merged **Merged:** 4/19/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `15547-customfield-comments` --- ### 📝 Commits (1) - [`15a6680`](https://github.com/netbox-community/netbox/commit/15a6680ee880e2bfb70c3ec92797549d2e98ed2f) Closes #15547: Add comments field to CustomField model ### 📊 Changes **10 files changed** (+44 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/api/serializers_/customfields.py` (+1 -1) 📝 `netbox/extras/filtersets.py` (+2 -1) 📝 `netbox/extras/forms/bulk_edit.py` (+3 -6) 📝 `netbox/extras/forms/bulk_import.py` (+1 -1) 📝 `netbox/extras/forms/model_forms.py` (+1 -0) ➕ `netbox/extras/migrations/0114_customfield_add_comments.py` (+18 -0) 📝 `netbox/extras/models/customfields.py` (+4 -0) 📝 `netbox/extras/search.py` (+12 -0) 📝 `netbox/extras/tables/tables.py` (+1 -1) 📝 `netbox/templates/extras/customfield.html` (+1 -0) </details> ### 📄 Description ### Fixes: #15547 - Add a `comments` field to the CustomField model - Introduce CustomFieldIndex to enable global search for 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:25:55 +01:00
adam closed this issue 2025-12-29 23:25:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14679