Fixes #10353: Table action buttons should reserve return URL parameters

This commit is contained in:
jeremystretch
2022-09-15 13:40:39 -04:00
parent e05696dfcc
commit 91fd25a548
2 changed files with 3 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
* [#10307](https://github.com/netbox-community/netbox/issues/10307) - Correct value for "Passive 48V (4-pair)" PoE type selection
* [#10333](https://github.com/netbox-community/netbox/issues/10333) - Show available values for `ui_visibility` field of CustomField for CSV import
* [#10337](https://github.com/netbox-community/netbox/issues/10337) - Display SSO links when local authentication fails
* [#10353](https://github.com/netbox-community/netbox/issues/10353) - Table action buttons should reserve return URL parameters
* [#10362](https://github.com/netbox-community/netbox/issues/10362) - Correct display of custom fields when editing an L2VPN termination
---