Closed
Description
Deployment Type
Self-hosted
NetBox Version
v4.0.0-beta2
Python Version
3.11
Steps to Reproduce
- Create dependant devices/interfaces in order to have a sufficiently long enough interface list (2k interfaces is safe)
- Filter interfaces with the quick search so that you return ~200
- Hit the "Select All" checkbox
- Prompt will come up with option to edit all interfaces returned as result of query
Expected Behavior
- Query should report ~200 interfaces
- Editing/Deleting should only delete the 200 interfaces
Observed Behavior
- Query reports initial interface list count (~2000)
- Editing/Deleting performs bulk action on all interfaces