-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.0.0
Python version
3.7
Steps to Reproduce
- Create at least 100 IP addresses
- Set
MAX_PAGE_SIZE = 10in `configuration.py - View the IP addresses list and set the page size to 50
Expected Behavior
Only the first 10 IP addresses should be displayed.
Observed Behavior
The first 50 IP addresses are displayed; MAX_PAGE_SIZE has no effect.
(FYI this bug exists in releases prior to v3.0 as well, but was discovered in the course of troubleshooting something unrelated.)
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application