-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
Deployment Type
Self-hosted
NetBox Version
v3.6.7
Python Version
3.10
Steps to Reproduce
- Create a script file:
from extras.scripts import Script
class TestScript(Script):
name = 'Test'
description = ''
def run(self, data, commit=True):
self.log_success('Finished Script')
class TestScriptNew(Script):
name = 'Test New'
description = ''
def run(self, data, commit=True):
self.log_success('Finished Script 2')- Upload to NetBox
- Run
Test - View
Test New
Expected Behavior
Job tab badge has "0"
Observed Behavior
Job tab badge has >0
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application