mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #8905: Disable ordering by assigned tags to prevent erroneous results
This commit is contained in:
@ -430,6 +430,7 @@ class TagColumn(tables.TemplateColumn):
|
||||
|
||||
def __init__(self, url_name=None):
|
||||
super().__init__(
|
||||
orderable=False,
|
||||
template_code=self.template_code,
|
||||
extra_context={'url_name': url_name}
|
||||
)
|
||||
|
Reference in New Issue
Block a user