Skip to content

Commit

Permalink
Fixes #6562: Disable ordering of secrets by assigned object
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Jun 8, 2021
1 parent 6ec296f commit b3cde51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/release-notes/version-2.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---
Expand Down
1 change: 1 addition & 0 deletions netbox/secrets/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class SecretTable(BaseTable):
)
assigned_object = tables.Column(
linkify=True,
orderable=False,
verbose_name='Assigned object'
)
role = tables.Column(
Expand Down

0 comments on commit b3cde51

Please sign in to comment.