Przeglądaj źródła

Fixes #6562: Disable ordering of secrets by assigned object

jeremystretch 4 lat temu
rodzic
commit
b3cde51590
2 zmienionych plików z 2 dodań i 0 usunięć
  1. 1 0
      docs/release-notes/version-2.11.md
  2. 1 0
      netbox/secrets/tables.py

+ 1 - 0
docs/release-notes/version-2.11.md

@@ -5,6 +5,7 @@
 ### Bug Fixes
 
 * [#6553](https://github.com/netbox-community/netbox/issues/6553) - ProviderNetwork search should match on name
+* [#6562](https://github.com/netbox-community/netbox/issues/6562) - Disable ordering of secrets by assigned object
 * [#6563](https://github.com/netbox-community/netbox/issues/6563) - Fix filtering by location for cable connection forms
 
 ---

+ 1 - 0
netbox/secrets/tables.py

@@ -37,6 +37,7 @@ class SecretTable(BaseTable):
     )
     assigned_object = tables.Column(
         linkify=True,
+        orderable=False,
         verbose_name='Assigned object'
     )
     role = tables.Column(