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

Fixes #7392: Fix "help" links for custom fields, other models

This commit is contained in:
jeremystretch
2021-09-29 09:09:10 -04:00
parent 6b3e0d3229
commit 38f34ddb28
9 changed files with 222 additions and 217 deletions

View File

@@ -28,6 +28,7 @@
* [#7360](https://github.com/netbox-community/netbox/issues/7360) - Correct redirection URL after removing child device from device bay
* [#7365](https://github.com/netbox-community/netbox/issues/7365) - Optimize performance when calculating prefix utilization
* [#7374](https://github.com/netbox-community/netbox/issues/7374) - Add missing `face` parameter to API elevations request when editing device
* [#7392](https://github.com/netbox-community/netbox/issues/7392) - Fix "help" links for custom fields, other models
## v3.0.3 (2021-09-20)