Skip to content

Issue with prefix filters in 3.0 #7070

@trrunde

Description

@trrunde

NetBox version

v3.0

Python version

3.8

Steps to Reproduce

Click prefixes, select filters and apply the following filters:
status: Container
Role: some prefix role you have, I used openvpn
mask-length: 23

Apply filter and you will get a TypeError, python is expecting a string but getting an integer

Expected Behavior

Filter to be applied

Observed Behavior

The complete exception is provided below:

<class 'TypeError'>

sequence item 1: expected str instance, int found

Python version: 3.8.6
NetBox version: 3.0.0
Screenshot-20210830214313-655x496

Metadata

Metadata

Assignees

Labels

status: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions