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

Import page breaks when an object custom field exists #17354

Closed
duckw opened this issue Sep 4, 2024 · 0 comments · Fixed by #17368
Closed

Import page breaks when an object custom field exists #17354

duckw opened this issue Sep 4, 2024 · 0 comments · Fixed by #17368
Assignees
Labels
severity: medium Results in substantial degraded or broken functionality for specfic workflows status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@duckw
Copy link

duckw commented Sep 4, 2024

Deployment Type

Self-hosted

NetBox Version

v4.1.0

Python Version

3.10

Steps to Reproduce

This has been reproduced on https://demo.netbox.dev/

  1. Create a custom field with the following parameters:
    a) Object types: DCIM > Device
    b) Name: test1
    c) Type: Object
    d) Related object type: DCIM > Site
  2. Browse to https://demo.netbox.dev/dcim/devices/import/

Expected Behavior

Page should load without error

Observed Behavior

Page fails to load with message:
<class 'TypeError'>

Field.init() got an unexpected keyword argument 'query_params'

@duckw duckw added status: needs triage This issue is awaiting triage by a maintainer type: bug A confirmed report of unexpected behavior in the application labels Sep 4, 2024
@arthanson arthanson added status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation severity: medium Results in substantial degraded or broken functionality for specfic workflows and removed status: needs triage This issue is awaiting triage by a maintainer labels Sep 4, 2024
@arthanson arthanson self-assigned this Sep 4, 2024
@arthanson arthanson 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 Sep 4, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
severity: medium Results in substantial degraded or broken functionality for specfic workflows 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.

2 participants