mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 09:53:34 -06:00
Disable sorting by object_repr on ObjectChangeTable
This commit is contained in:
parent
780997a568
commit
0cacac82ee
@ -195,7 +195,8 @@ class ObjectChangeTable(NetBoxTable):
|
|||||||
object_repr = tables.TemplateColumn(
|
object_repr = tables.TemplateColumn(
|
||||||
accessor=tables.A('changed_object'),
|
accessor=tables.A('changed_object'),
|
||||||
template_code=OBJECTCHANGE_OBJECT,
|
template_code=OBJECTCHANGE_OBJECT,
|
||||||
verbose_name='Object'
|
verbose_name='Object',
|
||||||
|
orderable=False
|
||||||
)
|
)
|
||||||
request_id = tables.TemplateColumn(
|
request_id = tables.TemplateColumn(
|
||||||
template_code=OBJECTCHANGE_REQUEST_ID,
|
template_code=OBJECTCHANGE_REQUEST_ID,
|
||||||
|
Loading…
Reference in New Issue
Block a user