mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
This commit is contained in:
parent
02f51bc11b
commit
f711e666c5
@ -123,7 +123,7 @@ class ScriptModule(PythonModuleMixin, JobsMixin, ManagedFile):
|
|||||||
ordered = [
|
ordered = [
|
||||||
script_objects.pop(sc) for sc in self.module_scripts.keys() if sc in script_objects
|
script_objects.pop(sc) for sc in self.module_scripts.keys() if sc in script_objects
|
||||||
]
|
]
|
||||||
ordered.extend(script_objects.items())
|
ordered.extend(script_objects.values())
|
||||||
return ordered
|
return ordered
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
Reference in New Issue
Block a user