-
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.8
Python version
3.8
Steps to Reproduce
- Set MAX_PAGE_SIZE to 0 in configuration.py. If necessary, restart Netbox services.
- Log into Netbox.
- Go to any table that supports pagination.
- Change your page size from the default.
- Browse to a different table that supports pagination.
Expected Behavior
Your pages should be the same size that you changed them to in step 4.
Observed Behavior
Page size is switched back to default. When checking user preferences, the pagination.per_page setting is updated correctly, but not honored.
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