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>
Environment
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.
Steps to Reproduce