Skip to content

Commit ed3bc7c

Browse files
committed
Changelog for #7387
1 parent bd181ac commit ed3bc7c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/release-notes/version-3.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## v3.0.5 (FUTURE)
44

5+
### Enhancements
6+
7+
* [#7387](https://github.com/netbox-community/netbox/issues/7387) - Enable arbitrary ordering of custom scripts
8+
59
### Bug Fixes
610

711
* [#6895](https://github.com/netbox-community/netbox/issues/6895) - Remove errant markup for null values in CSV export

netbox/extras/scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def get_scripts(use_names=False):
484484
module_scripts[cls.__name__] = cls
485485
if module_scripts:
486486
scripts[module_name] = module_scripts
487-
487+
488488
return scripts
489489

490490

0 commit comments

Comments
 (0)