Fixes #19599: Prevent exception when sorting user's recent activity

This commit is contained in:
Jeremy Stretch
2025-06-02 15:14:11 -04:00
parent b62f2347c5
commit 357ae44cde
2 changed files with 9 additions and 1 deletions

View File

@@ -197,6 +197,7 @@ class ProfileView(LoginRequiredMixin, View):
'changed_object_type'
)[:20]
changelog_table = ObjectChangeTable(changelog)
changelog_table.orderable = False
changelog_table.configure(request)
return render(request, self.template_name, {