[PR #3750] [MERGED] Add description field to organizational role models #12626

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3750
Author: @jeremystretch
Created: 12/10/2019
Status: Merged
Merged: 12/10/2019
Merged by: @jeremystretch

Base: develop-2.7Head: 3655-role-descriptions


📝 Commits (5)

📊 Changes

21 files changed (+145 additions, -29 deletions)

View changed files

📝 docs/release-notes/version-2.7.md (+6 -0)
📝 netbox/circuits/api/serializers.py (+1 -1)
📝 netbox/circuits/forms.py (+1 -1)
netbox/circuits/migrations/0017_circuittype_description.py (+18 -0)
📝 netbox/circuits/models.py (+6 -1)
📝 netbox/circuits/tables.py (+4 -2)
📝 netbox/dcim/api/serializers.py (+4 -2)
📝 netbox/dcim/forms.py (+2 -2)
netbox/dcim/migrations/0087_role_descriptions.py (+23 -0)
📝 netbox/dcim/models.py (+12 -2)
📝 netbox/dcim/tables.py (+8 -7)
📝 netbox/ipam/api/serializers.py (+1 -1)
📝 netbox/ipam/forms.py (+1 -1)
netbox/ipam/migrations/0032_role_description.py (+18 -0)
📝 netbox/ipam/models.py (+6 -1)
📝 netbox/ipam/tables.py (+6 -2)
📝 netbox/secrets/api/serializers.py (+1 -1)
📝 netbox/secrets/forms.py (+1 -1)
netbox/secrets/migrations/0007_secretrole_description.py (+18 -0)
📝 netbox/secrets/models.py (+6 -1)

...and 1 more files

📄 Description

Fixes: #3655

Adds a description field to:

  • RackRole
  • DeviceRole
  • ipam.Role (prefixes/VLANs)
  • SecretRole

🔄 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/3750 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/10/2019 **Status:** ✅ Merged **Merged:** 12/10/2019 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop-2.7` ← **Head:** `3655-role-descriptions` --- ### 📝 Commits (5) - [`1f28817`](https://github.com/netbox-community/netbox/commit/1f288175e479bf475055c4cf3ccae9a69c67325a) Add description field to RackRole and DeviceRole models (#3655) - [`7845d9b`](https://github.com/netbox-community/netbox/commit/7845d9b25f2d60889a3241005b945fa09160b3d9) Add description field to Role model (#3655) - [`24bdd10`](https://github.com/netbox-community/netbox/commit/24bdd10b4f8b4485d66ed071fc45fc67d0830d54) Add description field to SecretRole model (#3655) - [`3d5fb24`](https://github.com/netbox-community/netbox/commit/3d5fb2491ab1513531cde1ac8f493fe1399f9b9d) Chnagelog for #3655 - [`a6904dc`](https://github.com/netbox-community/netbox/commit/a6904dc5d59865398c66f17ba27d434c9c501308) Add description field to CircuitType (#3655) ### 📊 Changes **21 files changed** (+145 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.7.md` (+6 -0) 📝 `netbox/circuits/api/serializers.py` (+1 -1) 📝 `netbox/circuits/forms.py` (+1 -1) ➕ `netbox/circuits/migrations/0017_circuittype_description.py` (+18 -0) 📝 `netbox/circuits/models.py` (+6 -1) 📝 `netbox/circuits/tables.py` (+4 -2) 📝 `netbox/dcim/api/serializers.py` (+4 -2) 📝 `netbox/dcim/forms.py` (+2 -2) ➕ `netbox/dcim/migrations/0087_role_descriptions.py` (+23 -0) 📝 `netbox/dcim/models.py` (+12 -2) 📝 `netbox/dcim/tables.py` (+8 -7) 📝 `netbox/ipam/api/serializers.py` (+1 -1) 📝 `netbox/ipam/forms.py` (+1 -1) ➕ `netbox/ipam/migrations/0032_role_description.py` (+18 -0) 📝 `netbox/ipam/models.py` (+6 -1) 📝 `netbox/ipam/tables.py` (+6 -2) 📝 `netbox/secrets/api/serializers.py` (+1 -1) 📝 `netbox/secrets/forms.py` (+1 -1) ➕ `netbox/secrets/migrations/0007_secretrole_description.py` (+18 -0) 📝 `netbox/secrets/models.py` (+6 -1) _...and 1 more files_ </details> ### 📄 Description ### Fixes: #3655 Adds a `description` field to: * RackRole * DeviceRole * ipam.Role (prefixes/VLANs) * SecretRole --- <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 22:22:43 +01:00
adam closed this issue 2025-12-29 22:22:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12626