Prevent exporting "Change" data to CSV
This commit is contained in:
parent
99a67403f8
commit
4f300f1036
|
@ -38,6 +38,7 @@ class FromCoreToCSV(FromSQLAlchemyToCSVMixin, FromCoreHandler, ToCSVHandler):
|
|||
direction = 'export'
|
||||
local_title = "CSV"
|
||||
FromParent = FromCore
|
||||
ignored_model_names = ['Change'] # omit the datasync change model
|
||||
|
||||
@property
|
||||
def host_title(self):
|
||||
|
|
Loading…
Reference in a new issue