Fixes #14472: Fix display of hidden custom fields in object edit forms

This commit is contained in:
Jeremy Stretch
2023-12-08 08:45:03 -05:00
parent b532435a6d
commit d428dd172c
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#14432](https://github.com/netbox-community/netbox/issues/14432) - Fix hyperlinks for global search result attributes
* [#14472](https://github.com/netbox-community/netbox/issues/14472) - Fix display of hidden custom fields in object edit forms
## v3.7-beta1 (2023-12-05)