Changeset - 4f300f1036ad
[Not reviewed]
0 1 0
Lance Edgar - 5 years ago 2020-03-27 19:11:26
lance@edbob.org
Prevent exporting "Change" data to CSV
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general) First comment
rattail_corepos/corepos/importing/db/exporters/csv.py
Show inline comments
 
@@ -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):
0 comments (0 inline, 0 general) First comment
You need to be logged in to comment. Login now