Fixes #4771: Fix add/remove tag population when bulk editing objects

This commit is contained in:
Jeremy Stretch
2020-06-30 09:55:54 -04:00
parent 8a26f475a7
commit 52cff1ee50
2 changed files with 9 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
### Bug Fixes
* [#4766](https://github.com/netbox-community/netbox/issues/4766) - Fix redirect after login when `next` is not specified
* [#4771](https://github.com/netbox-community/netbox/issues/4771) - Fix add/remove tag population when bulk editing objects
* [#4772](https://github.com/netbox-community/netbox/issues/4772) - Fix "brief" format for the secrets REST API endpoint
* [#4774](https://github.com/netbox-community/netbox/issues/4774) - Fix exception when deleting a device with device bays
* [#4775](https://github.com/netbox-community/netbox/issues/4775) - Allow selecting an alternate device type when creating component templates