mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
Changelog for #7387
This commit is contained in:
parent
bd181ac84f
commit
ed3bc7cdcc
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## v3.0.5 (FUTURE)
|
## v3.0.5 (FUTURE)
|
||||||
|
|
||||||
|
### Enhancements
|
||||||
|
|
||||||
|
* [#7387](https://github.com/netbox-community/netbox/issues/7387) - Enable arbitrary ordering of custom scripts
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* [#6895](https://github.com/netbox-community/netbox/issues/6895) - Remove errant markup for null values in CSV export
|
* [#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
|
module_scripts[cls.__name__] = cls
|
||||||
if module_scripts:
|
if module_scripts:
|
||||||
scripts[module_name] = module_scripts
|
scripts[module_name] = module_scripts
|
||||||
|
|
||||||
return scripts
|
return scripts
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user