1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #5224: Don't allow a rear port to have fewer positions than the number of mapped front ports

This commit is contained in:
Jeremy Stretch
2020-10-08 16:24:08 -04:00
parent 4896059162
commit a2c012d2c4
2 changed files with 18 additions and 8 deletions

View File

@@ -16,6 +16,7 @@
* [#5218](https://github.com/netbox-community/netbox/issues/5218) - Raise validation error if a power port's `allocated_draw` exceeds its `maximum_draw`
* [#5220](https://github.com/netbox-community/netbox/issues/5220) - Fix API patch request against IP Address endpoint with null assigned_object_type
* [#5221](https://github.com/netbox-community/netbox/issues/5221) - Fix bulk component creation for virtual machines
* [#5224](https://github.com/netbox-community/netbox/issues/5224) - Don't allow a rear port to have fewer positions than the number of mapped front ports
---