We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd181ac commit ed3bc7cCopy full SHA for ed3bc7c
docs/release-notes/version-3.0.md
@@ -2,6 +2,10 @@
2
3
## v3.0.5 (FUTURE)
4
5
+### Enhancements
6
+
7
+* [#7387](https://github.com/netbox-community/netbox/issues/7387) - Enable arbitrary ordering of custom scripts
8
9
### Bug Fixes
10
11
* [#6895](https://github.com/netbox-community/netbox/issues/6895) - Remove errant markup for null values in CSV export
netbox/extras/scripts.py
@@ -484,7 +484,7 @@ def get_scripts(use_names=False):
484
module_scripts[cls.__name__] = cls
485
if module_scripts:
486
scripts[module_name] = module_scripts
487
-
488
return scripts
489
490
0 commit comments