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

Changelog for #7387

This commit is contained in:
jeremystretch
2021-10-01 09:30:17 -04:00
parent bd181ac84f
commit ed3bc7cdcc
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
## v3.0.5 (FUTURE)
### Enhancements
* [#7387](https://github.com/netbox-community/netbox/issues/7387) - Enable arbitrary ordering of custom scripts
### Bug Fixes
* [#6895](https://github.com/netbox-community/netbox/issues/6895) - Remove errant markup for null values in CSV export

View File

@ -484,7 +484,7 @@ def get_scripts(use_names=False):
module_scripts[cls.__name__] = cls
if module_scripts:
scripts[module_name] = module_scripts
return scripts