Merge pull request #341 from prculley/exportopt
Fix CSV export options for new parameters
This commit is contained in:
commit
aee05dc200
@ -114,8 +114,9 @@ class CSVWriterOptionBox(WriterOptionBox):
|
|||||||
the options.
|
the options.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
def __init__(self, person, dbstate, uistate):
|
def __init__(self, person, dbstate, uistate, track=[], window=None):
|
||||||
WriterOptionBox.__init__(self, person, dbstate, uistate)
|
WriterOptionBox.__init__(self, person, dbstate, uistate, track=track,
|
||||||
|
window=window)
|
||||||
## TODO: add place filter selection
|
## TODO: add place filter selection
|
||||||
self.include_individuals = 1
|
self.include_individuals = 1
|
||||||
self.include_marriages = 1
|
self.include_marriages = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user