Skip to content

Commit

Permalink
Changelog for #7387
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Oct 1, 2021
1 parent bd181ac commit ed3bc7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/release-notes/version-3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion netbox/extras/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit ed3bc7c

Please sign in to comment.