19380 call configure on embedded tables (#19390)

* 19380 call configure on  embedded tables

* 19380 call configure on  embedded tables

* 19380 call configure on  embedded tables
This commit is contained in:
Arthur Hanson
2025-05-05 06:29:32 -07:00
committed by GitHub
parent 6e49cee718
commit 88f7b6508c
7 changed files with 27 additions and 0 deletions

View File

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