[PR #4261] [MERGED] Closes #3145: Add a "decommissioning" status for cables #12802

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4261
Author: @jeremystretch
Created: 2/24/2020
Status: Merged
Merged: 2/24/2020
Merged by: @jeremystretch

Base: developHead: 3145-cable-status-decommissioning


📝 Commits (2)

  • f7b620c Closes #3145: Add 'decommissioning' status for cables
  • 4d1749c Remove CONNECTION_STATUS_CONNECTED and CONNECTION_STATUS_PLANNED constants

📊 Changes

5 files changed (+15 additions, -15 deletions)

View changed files

📝 docs/release-notes/version-2.7.md (+1 -0)
📝 netbox/dcim/choices.py (+2 -0)
📝 netbox/dcim/constants.py (+2 -5)
📝 netbox/dcim/models/__init__.py (+7 -6)
📝 netbox/dcim/tests/test_models.py (+3 -4)

📄 Description

Closes #3145

  • Add a "decommissioning" status for cables. (status was previously a boolean field indicating either "planned" or "connected".)
  • Tweak the display values for connection status fields from "planned/connected" to "not connected/connected."

🔄 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/4261 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/24/2020 **Status:** ✅ Merged **Merged:** 2/24/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `3145-cable-status-decommissioning` --- ### 📝 Commits (2) - [`f7b620c`](https://github.com/netbox-community/netbox/commit/f7b620c6a2872dd30f69c38b8fd78af73e6b7d33) Closes #3145: Add 'decommissioning' status for cables - [`4d1749c`](https://github.com/netbox-community/netbox/commit/4d1749cc717fe996bfd24f10a404d6ef57874367) Remove CONNECTION_STATUS_CONNECTED and CONNECTION_STATUS_PLANNED constants ### 📊 Changes **5 files changed** (+15 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.7.md` (+1 -0) 📝 `netbox/dcim/choices.py` (+2 -0) 📝 `netbox/dcim/constants.py` (+2 -5) 📝 `netbox/dcim/models/__init__.py` (+7 -6) 📝 `netbox/dcim/tests/test_models.py` (+3 -4) </details> ### 📄 Description ### Closes #3145 - Add a "decommissioning" status for cables. (`status` was previously a boolean field indicating either "planned" or "connected".) - Tweak the display values for connection status fields from "planned/connected" to "not connected/connected." --- <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:23:42 +01:00
adam closed this issue 2025-12-29 22:23:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12802