[PR #16708] [MERGED] 16704 - Define a default help_text for ColorField #14892

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16708
Author: @Julio-Oliveira-Encora
Created: 6/24/2024
Status: Merged
Merged: 6/26/2024
Merged by: @jeremystretch

Base: developHead: 16704-define_a_default_help_text_for_colorfield


📝 Commits (3)

  • f870c8d Added help_text to ColorField.
  • 122efb6 Addressed PR comment to remove the redundant help_text from all the forms where ColorField was used.
  • 7ac8abb Add space before example value

📊 Changes

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

View changed files

📝 netbox/circuits/forms/bulk_import.py (+0 -3)
📝 netbox/dcim/forms/bulk_import.py (+0 -12)
📝 netbox/extras/forms/bulk_import.py (+0 -3)
📝 netbox/utilities/fields.py (+2 -0)

📄 Description

Fixes: #16704

Added help_text to ColorField.


🔄 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/16708 **Author:** [@Julio-Oliveira-Encora](https://github.com/Julio-Oliveira-Encora) **Created:** 6/24/2024 **Status:** ✅ Merged **Merged:** 6/26/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `16704-define_a_default_help_text_for_colorfield` --- ### 📝 Commits (3) - [`f870c8d`](https://github.com/netbox-community/netbox/commit/f870c8dfcbcee1a14b647ab039c77ba753cfaf06) Added `help_text` to ColorField. - [`122efb6`](https://github.com/netbox-community/netbox/commit/122efb6fa1652d9021894c0386c22787a135387f) Addressed PR comment to remove the redundant help_text from all the forms where ColorField was used. - [`7ac8abb`](https://github.com/netbox-community/netbox/commit/7ac8abb00120ebf6f15048d350a3f46f0cbaa69b) Add space before example value ### 📊 Changes **4 files changed** (+2 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/forms/bulk_import.py` (+0 -3) 📝 `netbox/dcim/forms/bulk_import.py` (+0 -12) 📝 `netbox/extras/forms/bulk_import.py` (+0 -3) 📝 `netbox/utilities/fields.py` (+2 -0) </details> ### 📄 Description ### Fixes: #16704 Added `help_text` to ColorField. --- <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:27:19 +01:00
adam closed this issue 2025-12-29 23:27:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14892