3347: /src/Selectors/_SelectPlace.py is still looking for DataViews

svn: r13561
This commit is contained in:
Benny Malengier
2009-11-12 21:53:47 +00:00
parent 572836fb45
commit f5e8ab5fe2
10 changed files with 4 additions and 79 deletions

View File

@@ -90,23 +90,6 @@ class SelectPerson(BaseSelector):
def get_handle_column(self):
return PeopleModel.COLUMN_INT_ID
def column_view_names(self):
"""
Get correct column view names on which model is based
"""
column_names = [
_('Name'),
_('ID') ,
_('Gender'),
_('Birth Date'),
_('Birth Place'),
_('Death Date'),
_('Death Place'),
_('Spouse'),
_('Last Change'),
]
return column_names
def exact_search(self):
"""
Returns a tuple indicating columns requiring an exact search