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

Fixes #8527: Fix display of changelog retention period

This commit is contained in:
jeremystretch
2022-02-03 09:48:21 -05:00
parent db3f478598
commit ff3b48fa59
3 changed files with 7 additions and 5 deletions

View File

@@ -23,6 +23,7 @@
* [#8498](https://github.com/netbox-community/netbox/issues/8498) - Fix display of selected content type filters in object list views
* [#8499](https://github.com/netbox-community/netbox/issues/8499) - Content types REST API endpoint should not require model permission
* [#8512](https://github.com/netbox-community/netbox/issues/8512) - Correct file permissions to allow execution of housekeeping script
* [#8527](https://github.com/netbox-community/netbox/issues/8527) - Fix display of changelog retention period
---