1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #7721: Retain pagination preference when MAX_PAGE_SIZE is zero

This commit is contained in:
jeremystretch
2021-11-03 08:25:50 -04:00
parent 7085fe77da
commit 318c8b85e9
2 changed files with 9 additions and 3 deletions

View File

@@ -19,6 +19,7 @@
* [#7647](https://github.com/netbox-community/netbox/issues/7647) - Require interface assignment when designating IP address as primary for device/VM during CSV import
* [#7664](https://github.com/netbox-community/netbox/issues/7664) - Preserve initial form data when bulk edit validation fails
* [#7717](https://github.com/netbox-community/netbox/issues/7717) - Restore missing tags column on IP range table
* [#7721](https://github.com/netbox-community/netbox/issues/7721) - Retain pagination preference when `MAX_PAGE_SIZE` is zero
---