[PR #14439] [MERGED] 14401 validate rack startion position > 0 #14388

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14439
Author: @arthanson
Created: 12/5/2023
Status: Merged
Merged: 12/6/2023
Merged by: @jeremystretch

Base: developHead: 14401-rack-position3


📝 Commits (2)

  • 9fd40ea 14401 validate rack startion position > 0
  • 8808a1e 14401 review changes - remove migration

📊 Changes

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

View changed files

📝 netbox/dcim/migrations/0174_rack_starting_unit.py (+2 -1)
📝 netbox/dcim/models/racks.py (+1 -0)

📄 Description

Fixes: #14401

Adds validator that Racks must begin at starting_unit 1. Added to feature branch as requires migration and changes potential existing values. Only found one discussion related to this #11420


🔄 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/14439 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 12/5/2023 **Status:** ✅ Merged **Merged:** 12/6/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `14401-rack-position3` --- ### 📝 Commits (2) - [`9fd40ea`](https://github.com/netbox-community/netbox/commit/9fd40ea86fe4958643c07b594be3983027e3fd6c) 14401 validate rack startion position > 0 - [`8808a1e`](https://github.com/netbox-community/netbox/commit/8808a1ec496b0ce1daa73992e16e50851d1a3ecc) 14401 review changes - remove migration ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/migrations/0174_rack_starting_unit.py` (+2 -1) 📝 `netbox/dcim/models/racks.py` (+1 -0) </details> ### 📄 Description ### Fixes: #14401 Adds validator that Racks must begin at starting_unit 1. Added to feature branch as requires migration and changes potential existing values. Only found one discussion related to this #11420 --- <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:24:11 +01:00
adam closed this issue 2025-12-29 23:24:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14388