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

Fixes #5118: Specifying an empty list of tags should clear assigned tags (REST API)

This commit is contained in:
Jeremy Stretch
2020-09-09 13:43:10 -04:00
parent 47a6fc19ca
commit 4466458076
3 changed files with 30 additions and 5 deletions

View File

@ -7,6 +7,7 @@
* [#5050](https://github.com/netbox-community/netbox/issues/5050) - Fix potential failure on `0016_replicate_interfaces` schema migration from old release
* [#5109](https://github.com/netbox-community/netbox/issues/5109) - Fix representation of custom choice field values for webhook data
* [#5111](https://github.com/netbox-community/netbox/issues/5111) - Allow use of tuples when specifying ObjectVar `query_params`
* [#5118](https://github.com/netbox-community/netbox/issues/5118) - Specifying an empty list of tags should clear assigned tags (REST API)
---