diff --git a/netbox/extras/tables.py b/netbox/extras/tables.py
index 9f983583a..dd73bfe3e 100644
--- a/netbox/extras/tables.py
+++ b/netbox/extras/tables.py
@@ -41,6 +41,8 @@ OBJECTCHANGE_ACTION = """
OBJECTCHANGE_OBJECT = """
{% if record.action != 3 and record.changed_object.get_absolute_url %}
{{ record.object_repr }}
+{% elif record.action != 3 and record.related_object.get_absolute_url %}
+ {{ record.object_repr }}
{% else %}
{{ record.object_repr }}
{% endif %}