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

Fixes #4028: Correct URL patterns to match Unicode characters in tag slugs

This commit is contained in:
Jeremy Stretch
2020-01-28 09:47:33 -05:00
parent 9c4f1d5795
commit 8d547e9906
2 changed files with 5 additions and 4 deletions

View File

@@ -17,6 +17,7 @@
* [#4008](https://github.com/netbox-community/netbox/issues/4008) - Toggle rack elevation face using front/rear strings
* [#4017](https://github.com/netbox-community/netbox/issues/4017) - Remove redundant tenant field from cluster form
* [#4019](https://github.com/netbox-community/netbox/issues/4019) - Restore border around background devices in rack elevations
* [#4028](https://github.com/netbox-community/netbox/issues/4028) - Correct URL patterns to match Unicode characters in tag slugs
---