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

Fixes #9843: Fix rendering of custom field values (regression from #9647)

This commit is contained in:
jeremystretch
2022-07-26 11:09:51 -04:00
parent 7631722f97
commit d442f8fd60
2 changed files with 11 additions and 10 deletions

View File

@@ -105,6 +105,7 @@ Custom field UI visibility has no impact on API operation.
* [#9765](https://github.com/netbox-community/netbox/issues/9765) - Report correct segment count under cable trace UI view
* [#9794](https://github.com/netbox-community/netbox/issues/9794) - Fix link to connect a rear port to a circuit termination
* [#9818](https://github.com/netbox-community/netbox/issues/9818) - Fix circuit side selection when connecting a cable to a circuit termination
* [#9843](https://github.com/netbox-community/netbox/issues/9843) - Fix rendering of custom field values (regression from #9647)
* [#9844](https://github.com/netbox-community/netbox/issues/9844) - Fix interface api request when creating/editing L2VPN termination
### Plugins API