Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Role not selectable in Perform Device Onboarding #245

Open
jifox opened this issue Oct 1, 2024 · 2 comments
Open

Role not selectable in Perform Device Onboarding #245

jifox opened this issue Oct 1, 2024 · 2 comments
Labels
question Further information is requested

Comments

@jifox
Copy link

jifox commented Oct 1, 2024

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
@jeffkala
Copy link
Contributor

I can't duplicate this one. Can you confirm you're using device onboarding 3.x version and not 4.x version?

@gsnider2195 gsnider2195 added the question Further information is requested label Nov 8, 2024
@jeffkala
Copy link
Contributor

@jifox can you confirm this is not a problem in version 4.x of the app?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants