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

Fixes #5466: Fix validation for required custom fields

This commit is contained in:
Jeremy Stretch
2020-12-15 15:56:42 -05:00
parent 6a3dab0142
commit 34643f536e
2 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
* [#5461](https://github.com/netbox-community/netbox/issues/5461) - Rack Elevations throw reverse match exception
* [#5463](https://github.com/netbox-community/netbox/issues/5463) - Back-to-back Circuit Termination throws AttributeError exception
* [#5465](https://github.com/netbox-community/netbox/issues/5465) - Correct return URL when disconnecting a cable from a device
* [#5466](https://github.com/netbox-community/netbox/issues/5466) - Fix validation for required custom fields
---