-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Environment
- Python version: 3.11.10
- Nautobot version: c124edb11a9d (v2.3.5)
- nautobot-device-onboarding version: 3.0.1
- ntc-templates version: 6.0.0
Expected Behavior
The Role should be selectable when try to start the Perform Device Onboarding job
Observed Behavior
The avaliable items in the Role input field is empty.
I checked the database content and it looks right to me. At least the "egde-switch" should be selectable.
In [1]: role = Role.objects.get(name="edge-switch")
In [2]: role.name
Out[2]: 'edge-switch'
In [3]: ctyp = role.content_types.all()
In [4]: ctyp[0]
Out[4]: <ContentType: dcim | device>
Steps to Reproduce
- Start Onboarding Job
- Select a Role
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested