Skip to content

Rack Reservations - Custom Field REST API filtering not working #5716

@anttof

Description

@anttof

Environment

  • Python version: 3.7.9
  • NetBox version: 2.10.4

Steps to Reproduce

  1. Create Custom Field (tried text, boolean, integer so far) - Apply field on rack-reservations.
  2. Create rack-reservation and fill in created custom-field.
  3. Use "?cf_customfieldname=value" REST API filter to filter rack-reservations
  4. Example:

Expected Behavior

Only rack-reservations matching custom-field rest api filter should be matched and displayed.

Observed Behavior

All rack-reservations are displayed with the rest api filter applied. Including those not matching the filter.

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