Fixes #4043: Fix toggling of required fields in custom scripts

This commit is contained in:
Jeremy Stretch
2020-01-29 09:40:17 -05:00
parent 7243f5afea
commit bbca6de77f
2 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
# v2.7.4 (FUTURE)
## Bug Fixes
* [#4043](https://github.com/netbox-community/netbox/issues/4043) - Fix toggling of required fields in custom scripts
---
# v2.7.3 (2020-01-28)
## Enhancements