fixed table_config

This commit is contained in:
Abhimanyu Saharan 2023-08-08 22:07:47 +05:30
parent 89fe8e2eb3
commit 46f8695e06

View File

@ -146,7 +146,7 @@ class ObjectChildrenView(ObjectView, ActionsMixin, TableMixin):
'child_model': self.child_model,
'base_template': f'{instance._meta.app_label}/{instance._meta.model_name}.html',
'table': table,
'table_config': f'{self.table.name}_config',
'table_config': f'{table.name}_config',
'actions': actions,
'tab': self.tab,
'return_url': request.get_full_path(),