[PR #7583] [CLOSED] Fix #7564: virtual-chassis position zero #13251

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/7583
Author: @PieterL75
Created: 10/19/2021
Status: Closed

Base: developHead: patch-4


📝 Commits (7)

📊 Changes

3 files changed (+3 additions, -2 deletions)

View changed files

📝 docs/release-notes/version-3.0.md (+1 -0)
📝 netbox/dcim/forms/object_create.py (+1 -1)
📝 netbox/utilities/templatetags/helpers.py (+1 -1)

📄 Description

Fixes: #7564

When a new VC was created with a VC start position of zero, it was created with a start position of 1.
When a VC was displayed that had a position of zero, the label was not displayed in the VC overview.


🔄 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/7583 **Author:** [@PieterL75](https://github.com/PieterL75) **Created:** 10/19/2021 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `patch-4` --- ### 📝 Commits (7) - [`e5033c9`](https://github.com/netbox-community/netbox/commit/e5033c9f554ca7b515435897c030e0d3a3209492) #7564 virtual-chassis position zero - [`14f8239`](https://github.com/netbox-community/netbox/commit/14f8239dbbc06261027686d2cac8b91dc9d781df) #7564 Fix position0 of a VC not being displayed - [`ddb347b`](https://github.com/netbox-community/netbox/commit/ddb347b9d93e325693c713df846cfa75f7baa069) #7564 Update release notes - [`75f0f80`](https://github.com/netbox-community/netbox/commit/75f0f80dc7a8617464c620aeac4a6ed0ba83be2f) Fix #7564: virtual-chassis position zero - [`be5d6cb`](https://github.com/netbox-community/netbox/commit/be5d6cb2a03823efc58d84ede1c1066cece1486d) Merge branch 'develop' into patch-4 - [`df906b2`](https://github.com/netbox-community/netbox/commit/df906b2d8d38c140a3f8b2e33243992bfe3b9808) PEP8 fix - [`2f19263`](https://github.com/netbox-community/netbox/commit/2f1926325933ee4174dabdebb3831fa7a398c130) #7564 virtual-chassis position zero ### 📊 Changes **3 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-3.0.md` (+1 -0) 📝 `netbox/dcim/forms/object_create.py` (+1 -1) 📝 `netbox/utilities/templatetags/helpers.py` (+1 -1) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #7564 <!-- Please include a summary of the proposed changes below. --> When a new VC was created with a VC start position of zero, it was created with a start position of 1. When a VC was displayed that had a position of zero, the label was not displayed in the VC overview. --- <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:26:15 +01:00
adam closed this issue 2025-12-29 22:26:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13251