Skip to content

Role not selectable in Perform Device Onboarding #245

@jifox

Description

@jifox

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

  1. Start Onboarding Job
  2. Select a Role

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions