Skip to content

filter attribute 'last_updated__gte' has no effect on '/dcim/interfaces' #6262

@bb-Ricardo

Description

@bb-Ricardo

NetBox version

v2.11.1

Python version

3.6

Steps to Reproduce

  1. Click on DCIM -> Interfaces
  2. select an existing interface
  3. change for example the description
  4. submit the change
  5. change the uri in the browser from "/dcim/interfaces/XXX/" to "/api/dcim/interfaces/XXX/"
  6. select the value of the last_updated attribute
  7. Use the value to filter DCIM Interfaces in the URL.

example: https://example.com/dcim/interfaces/?last_updated__gte=2021-04-23T15:03:50.972693Z

Expected Behavior

I expected that NetBox returns only interfaces which have been changed at or after the time stamp 2021-04-23T15:03:50.972693Z <- example

Observed Behavior

NetBox returns all interfaces

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