-
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
v4.0.0
Python Version
3.10
Steps to Reproduce
- Create a custom script module including multiple scripts
- Define a "name" for the module
- Define a "name" and "description" for the scripts.
- Add the script module to NetBox
Expected Behavior
When the script module is added, NetBox should reflect all configured attributes on the GUI interface.
Observed Behavior
- NetBox uses the script module file name as the name instead of the defined "name" attribute
- NetBox uses the script class name as the name of the script instead of the defined "name" attribute
- NetBox does not show the defined "description" attribute.
bitcollector1 and hendrikbl
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

