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

Search Filter broken for L2VPNs #10111

Closed
v0tti opened this issue Aug 23, 2022 · 0 comments
Closed

Search Filter broken for L2VPNs #10111

v0tti opened this issue Aug 23, 2022 · 0 comments
Assignees
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@v0tti
Copy link
Contributor

v0tti commented Aug 23, 2022

NetBox version

v3.3.0

Python version

3.9

Steps to Reproduce

Filter for L2VPNs with an search term containing letters (e.g. https://demo.netbox.dev/ipam/l2vpns/?q=test).

Expected Behavior

I expect to get a list of L2VPNs that match the search term.

Observed Behavior

A ValueError is thrown.

<class 'ValueError'>

Field 'identifier' expected a number but got 'test'.
@v0tti v0tti added the type: bug A confirmed report of unexpected behavior in the application label Aug 23, 2022
@DanSheps DanSheps added the status: accepted This issue has been accepted for implementation label Aug 23, 2022
@DanSheps DanSheps self-assigned this Aug 23, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

2 participants