Closes #11494: Enable filtering objects by create/update request IDs

This commit is contained in:
jeremystretch
2023-03-16 16:29:43 -04:00
parent f8c5c2d1c7
commit d4bf965303
5 changed files with 112 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ A new ASN range model has been introduced to facilitate the provisioning of new
* [#10729](https://github.com/netbox-community/netbox/issues/10729) - Add date & time custom field type
* [#11254](https://github.com/netbox-community/netbox/issues/11254) - Introduce the `X-Request-ID` HTTP header to annotate the unique ID of each request for change logging
* [#11440](https://github.com/netbox-community/netbox/issues/11440) - Add an `enabled` field for device type interfaces
* [#11494](https://github.com/netbox-community/netbox/issues/11494) - Enable filtering objects by create/update request IDs
* [#11517](https://github.com/netbox-community/netbox/issues/11517) - Standardize the inclusion of related objects across the entire UI
* [#11584](https://github.com/netbox-community/netbox/issues/11584) - Add a list view for contact assignments
* [#11625](https://github.com/netbox-community/netbox/issues/11625) - Add HTMX support to ObjectEditView