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

Fixes #7628: Fix load_yaml method for custom scripts

This commit is contained in:
jeremystretch
2021-10-27 09:04:18 -04:00
parent d48a68317d
commit b56cae24c5
3 changed files with 53 additions and 2 deletions

View File

@ -5,6 +5,7 @@
### Bug Fixes
* [#7612](https://github.com/netbox-community/netbox/issues/7612) - Strip HTML from custom field descriptions
* [#7628](https://github.com/netbox-community/netbox/issues/7628) - Fix `load_yaml` method for custom scripts
---