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

@@ -452,10 +452,12 @@ class L2VPNView(generic.ObjectView):
instance.import_targets.prefetch_related('tenant'),
orderable=False
)
import_targets_table.configure(request)
export_targets_table = RouteTargetTable(
instance.export_targets.prefetch_related('tenant'),
orderable=False
)
export_targets_table.configure(request)
return {
'import_targets_table': import_targets_table,