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

Can't create inventory items module on interface #8763

Closed
mmfreitas opened this issue Feb 28, 2022 · 0 comments
Closed

Can't create inventory items module on interface #8763

mmfreitas opened this issue Feb 28, 2022 · 0 comments
Assignees
Labels
beta Concerns a bug/feature in a beta release status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@mmfreitas
Copy link

NetBox version

v3.2.0-beta1

Python version

3.9

Steps to Reproduce

This was tested on the beta-demo.netbox.dev with the following data:

  1. Navigate to device 'dmi01-akron-rtr01' and click on interfaces tab
  2. Click the '+' icon and try to add and inventory item on interface 'GigabitEthernet0/0/0'
  3. Notice it says device type and module type on top of the form (is this intended?)
  4. Click 'Module Type'
  5. Fill name with 'SFP'

Expected Behavior

Expected to create a module with name 'SFP' on interface 'GigabitEthernet0/0/0' of device 'dmi01-akron-rtr01'

Observed Behavior

Returns two errors:

  1. Device: This field is required;
  2. Name: This field is required;

Looking at the url ?device=&component_type=32&component_id=1&return_url=/dcim/devices/1/interfaces/
It seems that the device is not getting passed as an argument.

If I go to GigabitEthernet0/0/0 menu, click on the '+ Add inventory item' and fill the name with 'SFP' it seems to work fine.

@mmfreitas mmfreitas added the type: bug A confirmed report of unexpected behavior in the application label Feb 28, 2022
@jeremystretch jeremystretch added beta Concerns a bug/feature in a beta release status: accepted This issue has been accepted for implementation labels Feb 28, 2022
@jeremystretch jeremystretch self-assigned this Mar 1, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
beta Concerns a bug/feature in a beta release status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

2 participants