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

modules-type CSV bulk import does not import tags #12949

Closed
laimaretto opened this issue Jun 20, 2023 · 2 comments · Fixed by #12989
Closed

modules-type CSV bulk import does not import tags #12949

laimaretto opened this issue Jun 20, 2023 · 2 comments · Fixed by #12989
Assignees
Labels
severity: low Does not significantly disrupt application functionality, or a workaround is available status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@laimaretto
Copy link

NetBox version

dokcer version 3.5.3

Python version

3.10

Steps to Reproduce

  1. click on the import button under the modules-type section.
  2. under the tab 'Direct import' past the following in the 'data' field (make sure the tags and custom fields are already created)
manufacturer,model,tags,cf_FABRIC_PROFILE_ACC,cf_FABRIC_PROFILE_NW
Nokia,Test-mda,"pipo",-1,-1
  1. Format can be either auto-detect or CSV
  2. click 'submit'

The module is actually imported, but the tags are not.

Expected Behavior

That the tags be considered when importing.

Observed Behavior

no error raised.

@laimaretto laimaretto added the type: bug A confirmed report of unexpected behavior in the application label Jun 20, 2023
@stavr666
Copy link

Bug reproducible in Demo:

manufacturer,model,tags
Opengear,Test-mda,"x-ray"

@jeremystretch jeremystretch added status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation severity: low Does not significantly disrupt application functionality, or a workaround is available labels Jun 23, 2023
@abhi1693
Copy link
Member

This issue is also with device types

@abhi1693 abhi1693 self-assigned this Jun 23, 2023
@abhi1693 abhi1693 added status: accepted This issue has been accepted for implementation and removed status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation labels Jun 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
severity: low Does not significantly disrupt application functionality, or a workaround is available status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants