-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.0.11
Python version
3.9
Steps to Reproduce
- Add custom field with a name "dcim.site_postcode" in content types "dcim | site".
- Go to sites and add a site and fill "dcim.site_postcode" field with data.
- Go to sites overview click on configure table and add "dcim.site_postcode" field to selected columns.
- You will now spot that "dcim.site_postcode" column does not show any data. The data is only visible if you enter particular site details.
- Also import of site data will fail with error: "Unexpected column header "cf_dcim" found."
Expected Behavior
Entered "dcim.site_postcode" data should be visible on site overview. Site data should import on site import request.
Observed Behavior
Entered "dcim.site_postcode" data is not visible on site overview. Site data won't import on site import request.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application