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:
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user