-
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
- Create custom filed of integer type in "dcim | site".
- Add a new site and fill your custom field with "0".
- Go to site overview and add your new custom filed to selected columns.
- You will see you custom field shows "None" instead of "0". If you go to details it will correctly show "0".
Expected Behavior
Integer type custom field should show "0" not "None" on overview view.
Observed Behavior
Integer type custom field should show "None" instead of "0" on overview view.
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