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

Fixes #12570: Disable ordering of synchronized object tables by the synced attribute

This commit is contained in:
jeremystretch
2023-05-12 11:08:32 -04:00
parent 567285d36a
commit 39fd64b2ef
2 changed files with 4 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
* [#10686](https://github.com/netbox-community/netbox/issues/10686) - Enable specifying termination object by virtual chassis master when importing cables
* [#12550](https://github.com/netbox-community/netbox/issues/12550) - Fix rear port selection widget under front port creation form
* [#12570](https://github.com/netbox-community/netbox/issues/12570) - Disable ordering of synchronized object tables by the "synced" attribute
---